From 53c794cd601d3e5b09bb88f334753d476d761987 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 23 Jul 2022 20:21:19 -0700 Subject: [PATCH] fixxxx --- packages/client/src/ui/_common_/navbar.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index c2939a56b..5994f34e1 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -258,6 +258,10 @@ function more(ev: MouseEvent) { background: var(--accentLighten); } } + + > .text { + position: relative; + } } > .instance { @@ -273,11 +277,6 @@ function more(ev: MouseEvent) { } } - > .text { - position: relative; - } - } - > .account { position: relative; display: block;