From 4f0bc185af86096c1337d35119e6444253b69682 Mon Sep 17 00:00:00 2001 From: ShittyKopper Date: Thu, 2 Nov 2023 02:08:34 +0300 Subject: [PATCH] fix: fix: notification count position :has is not yet supported by firefox stable. can be reverted with the release of firefox 121 (assuming we don't want to keep supporting older versions) reverts commit fb3a2bef67411b4025d817bc2b655adc6487d76a --- packages/frontend/src/ui/_common_/navbar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/ui/_common_/navbar.vue b/packages/frontend/src/ui/_common_/navbar.vue index 5cd9d66b8..e8a1aa4f1 100644 --- a/packages/frontend/src/ui/_common_/navbar.vue +++ b/packages/frontend/src/ui/_common_/navbar.vue @@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only v-on="navbarItemDef[item].action ? { click: navbarItemDef[item].action } : {}" > {{ navbarItemDef[item].title }} - + {{ navbarItemDef[item].indicateValue }} @@ -311,12 +311,12 @@ function more(ev: MouseEvent) { .itemIndicator { position: absolute; top: 0; - right: 20px; + left: 20px; color: var(--navIndicator); font-size: 8px; animation: blink 1s infinite; - &:has(.itemIndicateValueIcon) { + &.hasItemIndicateValueIcon { animation: none; left: auto; right: 40px;