1
0

fix(notifications): unread indicator spacing

This commit is contained in:
kolaente
2023-12-23 15:53:17 +01:00
parent 7f70471894
commit fae5b764dd

View File

@ -222,7 +222,7 @@ async function markAllRead() {
height: .35rem;
background: var(--primary);
border-radius: 100%;
margin-left: .5rem;
margin: 0 .5rem;
&.read {
background: transparent;