From fae5b764dd08ba6c3b7813a051cb2a92c98a5436 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 23 Dec 2023 15:53:17 +0100 Subject: [PATCH] fix(notifications): unread indicator spacing --- src/components/notifications/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 57a1991c78..6146aecc58 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -222,7 +222,7 @@ async function markAllRead() { height: .35rem; background: var(--primary); border-radius: 100%; - margin-left: .5rem; + margin: 0 .5rem; &.read { background: transparent;