From 07a79c916c03911d51de5787d5df48ccfda9d6f0 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 23 Jul 2022 20:01:24 -0700 Subject: [PATCH] fix style --- packages/client/src/ui/_common_/navbar.vue | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index bb4fbfaef..107cd9a3b 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -259,12 +259,18 @@ function more(ev: MouseEvent) { } } + > .instance { + position: relative; + display: block; + text-align: center; + width: 100%; + > .icon { - position: relative; - margin-left: 30px; - margin-right: 8px; - width: 32px; + display: inline-block; + width: 32px !important; + aspect-ratio: 1; } + } > .text { position: relative; @@ -381,7 +387,7 @@ function more(ev: MouseEvent) { > .icon { display: inline-block; - width: 30px; + width: 40px; aspect-ratio: 1; } } @@ -434,7 +440,7 @@ function more(ev: MouseEvent) { } } - > .account { + > .instance { position: relative; display: block; text-align: center; @@ -442,7 +448,7 @@ function more(ev: MouseEvent) { > .icon { display: inline-block; - width: 38px; + width: 32px !important; aspect-ratio: 1; } }