From 899459fa45a03e670a5bbf2047ffd79d2093dd1a Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 21:37:20 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index fc84644..6d32a85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -108,8 +108,8 @@ onBeforeUnmount(() => { v-for="item in menu" :key="item.link" :to="item.link" - class="flex w-fit h-full flex-col items-center gap-2" - :class="route.path == item.link ? 'bg-green-100 rounded-2xl !py-2 !px-4' : ''" + class="flex w-fit h-full flex-col items-center gap-2 !py-2 !px-4" + :class="route.path == item.link ? 'bg-green-100 rounded-2xl ' : ''" > {{ item.name }}