From 0fdf1ca02787a2504054546e8a265c9b5806fdf2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 21 Jan 2024 00:01:04 +0100 Subject: [PATCH] fix(notifications): read indicator size --- src/components/notifications/notifications.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 4ed6ad77a..432d89951 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -223,6 +223,7 @@ async function markAllRead() { background: var(--primary); border-radius: 100%; margin: 0 .5rem; + flex-shrink: 0; &.read { background: transparent;