about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/accounts.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-07-01 13:51:50 +0200
committerThibaut Girka <thib@sitedethib.com>2020-07-01 20:13:51 +0200
commit24508bb8373fb8d5ab9b54e0b2e35469efddca6a (patch)
tree14ed7113e5c4294b200943f370c90d654916204c /app/javascript/flavours/glitch/styles/accounts.scss
parent45deca65b3fb8e9f19818e3db7d315cab0572d1a (diff)
[Glitch] Fix lock icon not being shown when locking account in profile settings
Port 4babf5b8b5ba8eca5a14f3b2813775240db8f8f1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/accounts.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss
index a827d271a..a5ddde937 100644
--- a/app/javascript/flavours/glitch/styles/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/accounts.scss
@@ -78,6 +78,10 @@
       margin-left: 15px;
       text-align: left;
 
+      i[data-hidden] {
+        display: none;
+      }
+
       strong {
         font-size: 15px;
         color: $primary-text-color;