fix: make sure the unread notifications indicator is correctly positioned
continuous-integration/drone/push Build is passing Details

Resolves #3358
This commit is contained in:
kolaente 2023-04-06 16:11:12 +02:00
parent 39be67eecf
commit 8b90b45739
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -145,12 +145,13 @@ function to(n, index) {
.trigger-button { .trigger-button {
width: 100%; width: 100%;
position: relative;
} }
.unread-indicator { .unread-indicator {
position: absolute; position: absolute;
top: .75rem; top: 1rem;
right: 1.15rem; right: .5rem;
width: .75rem; width: .75rem;
height: .75rem; height: .75rem;