Fix unread indicator on announcements not being aligned with text in web UI (#13052)

This commit is contained in:
Eugen Rochko 2020-02-08 23:44:01 +01:00 committed by GitHub
parent 4599518266
commit 90f04ea064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6697,14 +6697,13 @@ noscript {
&__unread { &__unread {
position: absolute; position: absolute;
top: 15px; top: 19px;
right: 15px; right: 19px;
display: inline-block; display: block;
background: $highlight-text-color; background: $highlight-text-color;
border-radius: 50%; border-radius: 50%;
width: 0.625rem; width: 0.625rem;
height: 0.625rem; height: 0.625rem;
margin: 0 .15em;
} }
} }