From: Eugen Rochko Date: Sat, 8 Feb 2020 22:44:01 +0000 (+0100) Subject: [Glitch] Fix unread indicator on announcements not being aligned with text in web UI X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=5f61065e74bc381e154676640398cee6a1bd82ec;p=mastodon.git [Glitch] Fix unread indicator on announcements not being aligned with text in web UI Port 90f04ea06425d5774c200818caf08219c172b6f8 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/components/announcements.scss b/app/javascript/flavours/glitch/styles/components/announcements.scss index ac4c199cd..eab6c728b 100644 --- a/app/javascript/flavours/glitch/styles/components/announcements.scss +++ b/app/javascript/flavours/glitch/styles/components/announcements.scss @@ -84,14 +84,13 @@ &__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; } }