From 194df14a3c309fdfda5d19e7ebc880c7a14ef82b Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 23 Jul 2022 20:10:17 -0700 Subject: [PATCH] fix --- packages/client/src/ui/_common_/navbar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index a9bc8da0a..c2939a56b 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -215,7 +215,7 @@ function more(ev: MouseEvent) { > .icon { display: inline-block; - width: 38px; + width: 55px; aspect-ratio: 1; } } @@ -258,6 +258,7 @@ function more(ev: MouseEvent) { background: var(--accentLighten); } } + } > .instance { position: relative;