From 0129fa68f0abe5ef06c44634e2a93e209cc97a06 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 9 Jul 2023 21:08:24 -0700 Subject: [PATCH] Revert "fix: nav post button gradient transition (#10401) + half refactor ?" This reverts commit 6031e11721d02c26afae99b800a483b5aa514e1a. --- packages/client/src/ui/_common_/navbar.vue | 410 ++++++++++++--------- 1 file changed, 229 insertions(+), 181 deletions(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index ef9f473f3..7905c331c 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -26,7 +26,7 @@ @@ -78,7 +75,7 @@ v-if="$i.isAdmin || $i.isModerator" v-click-anime v-tooltip.noDelay.right="i18n.ts.controlPanel" - class="nav-item _button" + class="item _button" active-class="active" to="/admin" > @@ -91,7 +88,6 @@ updateAvailable " class="indicator" - :class="{ animateIndicator: $store.state.animation }" >{{ i18n.ts.controlPanel }} @@ -99,24 +95,21 @@ @@ -127,7 +120,7 @@