From 8b90b45739418f447b885fc9b37438e325f61b32 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 Apr 2023 16:11:12 +0200 Subject: [PATCH] fix: make sure the unread notifications indicator is correctly positioned Resolves https://kolaente.dev/vikunja/frontend/issues/3358 --- src/components/notifications/notifications.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index edd804167..ac2dcc9f4 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -145,12 +145,13 @@ function to(n, index) { .trigger-button { width: 100%; + position: relative; } .unread-indicator { position: absolute; - top: .75rem; - right: 1.15rem; + top: 1rem; + right: .5rem; width: .75rem; height: .75rem;