fix(notifications): unread indicator spacing

This commit is contained in:
kolaente 2023-12-23 15:53:17 +01:00
parent 7f70471894
commit fae5b764dd
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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