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 {
|
.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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user