fix: make sure the unread notifications indicator is correctly positioned

Resolves vikunja/frontend#3358
This commit is contained in:
kolaente 2023-04-06 16:11:12 +02:00
parent 39be67eecf
commit 8b90b45739
Signed by untrusted user: 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 {
width: 100%;
position: relative;
}
.unread-indicator {
position: absolute;
top: .75rem;
right: 1.15rem;
top: 1rem;
right: .5rem;
width: .75rem;
height: .75rem;