fix(notifications): read indicator size
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-01-21 00:01:04 +01:00
parent f8e907a8c1
commit 0fdf1ca027
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ async function markAllRead() {
background: var(--primary);
border-radius: 100%;
margin: 0 .5rem;
flex-shrink: 0;
&.read {
background: transparent;