From 30b193b8562eccce9e1f16a895517116400e4a3a Mon Sep 17 00:00:00 2001 From: Santiago Kozak Date: Wed, 17 Jan 2024 13:32:30 -0300 Subject: [PATCH] Improve display of lock icon in account headers (#28780) --- app/javascript/styles/mastodon/components.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 5c35567264..93cea5f76c 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -7420,6 +7420,13 @@ noscript { span { user-select: all; } + + .icon-lock { + height: 16px; + width: 16px; + position: relative; + top: 3px; + } } } }