]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix lock icon not being shown when locking account in profile settings
authorThibG <thib@sitedethib.com>
Wed, 1 Jul 2020 11:51:50 +0000 (13:51 +0200)
committerThibaut Girka <thib@sitedethib.com>
Wed, 1 Jul 2020 18:13:51 +0000 (20:13 +0200)
Port 4babf5b8b5ba8eca5a14f3b2813775240db8f8f1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/accounts.scss

index a827d271a8cd31898359fadad978d72839567e73..a5ddde937ae2f4c1e1efb0118955464596ae02dd 100644 (file)
       margin-left: 15px;
       text-align: left;
 
+      i[data-hidden] {
+        display: none;
+      }
+
       strong {
         font-size: 15px;
         color: $primary-text-color;