fix: make sure the unread notifications indicator is correctly positioned
Resolves https://kolaente.dev/vikunja/frontend/issues/3358
This commit is contained in:
parent
39be67eecf
commit
8b90b45739
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user