tg app fix sizes

This commit is contained in:
xds
2025-10-27 21:37:20 +03:00
parent dee35d1135
commit 899459fa45

View File

@@ -108,8 +108,8 @@ onBeforeUnmount(() => {
v-for="item in menu" v-for="item in menu"
:key="item.link" :key="item.link"
:to="item.link" :to="item.link"
class="flex w-fit h-full flex-col items-center gap-2" 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 !py-2 !px-4' : ''" :class="route.path == item.link ? 'bg-green-100 rounded-2xl ' : ''"
> >
<i class="!text-lg" :class="item.icon" /> <i class="!text-lg" :class="item.icon" />
<span class="font-medium text-gray-900">{{ item.name }}</span> <span class="font-medium text-gray-900">{{ item.name }}</span>