From 90f04ea06425d5774c200818caf08219c172b6f8 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 8 Feb 2020 23:44:01 +0100 Subject: [PATCH] Fix unread indicator on announcements not being aligned with text in web UI (#13052) --- app/javascript/styles/mastodon/components.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index d90d9734d..653ad8188 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6697,14 +6697,13 @@ noscript { &__unread { position: absolute; - top: 15px; - right: 15px; - display: inline-block; + top: 19px; + right: 19px; + display: block; background: $highlight-text-color; border-radius: 50%; width: 0.625rem; height: 0.625rem; - margin: 0 .15em; } }