From c9c5b2337d0769c9819fabae52fef2ddde052f26 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Nov 2023 13:26:49 +0900 Subject: [PATCH] Update navbar-for-mobile.vue --- .../src/ui/_common_/navbar-for-mobile.vue | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) 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;