[Glitch] Fix unread indicator on announcements not being aligned with text in web UI
Port 90f04ea064
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
pull/1280/head
parent
e443874024
commit
5f61065e74
|
@ -84,14 +84,13 @@
|
||||||
|
|
||||||
&__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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue