From 036e25f19dcb479500789c80937f31dfc5419df2 Mon Sep 17 00:00:00 2001 From: Santiago Kozak Date: Wed, 17 Jan 2024 13:32:30 -0300 Subject: [PATCH] [Glitch] Improve display of lock icon in account headers Port 30b193b8562eccce9e1f16a895517116400e4a3a to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/components/accounts.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss index f121cf39d2..afd0085e8b 100644 --- a/app/javascript/flavours/glitch/styles/components/accounts.scss +++ b/app/javascript/flavours/glitch/styles/components/accounts.scss @@ -621,6 +621,13 @@ span { user-select: all; } + + .icon-lock { + height: 16px; + width: 16px; + position: relative; + top: 3px; + } } } }