fix: notification count position

This commit is contained in:
Mar0xy 2023-11-01 22:54:54 +01:00
parent 9f35ca2bd0
commit fb3a2bef67
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ function more(ev: MouseEvent) {
.itemIndicator {
position: absolute;
top: 0;
left: 20px;
right: 20px;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;