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;