mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:53:08 +02:00
fix: notification count position
This commit is contained in:
parent
9f35ca2bd0
commit
fb3a2bef67
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ function more(ev: MouseEvent) {
|
||||||
.itemIndicator {
|
.itemIndicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 20px;
|
right: 20px;
|
||||||
color: var(--navIndicator);
|
color: var(--navIndicator);
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
animation: blink 1s infinite;
|
animation: blink 1s infinite;
|
||||||
|
|
Loading…
Reference in a new issue