chore: fixes minor height (#3501)

This commit is contained in:
Amir Raminfar
2025-01-02 12:56:16 -08:00
committed by GitHub
parent 7f12f01267
commit 64c23bc1db
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
</div>
<transition name="fade">
<div v-show="show" class="flex h-[calc(100vh-60px)] overflow-auto">
<div v-show="show" class="flex h-[calc(100svh-65px)]">
<SideMenu class="flex-1" />
</div>
</transition>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB