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

lolsob-rspec
Eugen Rochko 2020-02-08 23:44:01 +01:00 committed by GitHub
parent fb336bb684
commit d85b330558
1 changed files with 3 additions and 4 deletions

View File

@ -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;
}
}