]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix unread indicator on announcements not being aligned with text in web UI
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 8 Feb 2020 22:44:01 +0000 (23:44 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 9 Feb 2020 11:30:29 +0000 (12:30 +0100)
Port 90f04ea06425d5774c200818caf08219c172b6f8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/announcements.scss

index ac4c199cd0a650deffb4a2a3edd744a60e48cda6..eab6c728b3f5dd326af29f0881f51c406e41c958 100644 (file)
 
     &__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;
     }
   }