diff --git a/packages/frontend/src/ui/_common_/navbar-for-mobile.vue b/packages/frontend/src/ui/_common_/navbar-for-mobile.vue index aa4a8c4145..17e95c4cc9 100644 --- a/packages/frontend/src/ui/_common_/navbar-for-mobile.vue +++ b/packages/frontend/src/ui/_common_/navbar-for-mobile.vue @@ -20,7 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ navbarItemDef[item].title }} - {{ navbarItemDef[item].indicateValue }} + {{ navbarItemDef[item].indicateValue }} @@ -263,24 +263,6 @@ function more() { } } -.itemIndicateValueIcon { - display: inline-flex; - color: var(--fgOnAccent); - font-weight: 700; - background: var(--navIndicator); - height: 1.5em; - min-width: 1.5em; - align-items: center; - justify-content: center; - border-radius: 99rem; - - & > span { - display: inline-block; - padding: 0 .25em; - line-height: 1.5em; - } -} - .itemText { position: relative; font-size: 0.9em;