tg app fix

This commit is contained in:
xds
2025-10-28 09:41:53 +03:00
parent 98b1f040ab
commit 3beaa8adf0

View File

@@ -103,12 +103,12 @@ onBeforeUnmount(() => {
<SpaceList v-if="isSpaceSelected" @space-selected="spaceSelected" />
<div v-else class="flex flex-col w-full gap-4">
<div class="w-full flex flex-row items-end justify-end pt-1 pe-4">
<div class="w-full flex flex-row items-end justify-end pt-2 pe-4">
<Toolbar />
</div>
<div class="flex flex-col w-full h-full items-end px-4 gap-4 pb-24">
<router-view class="w-full pb-24" />
<div class="flex flex-col w-full h-full items-end px-4 gap-4 pb-14">
<router-view class="w-full" />
</div>
<nav