1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

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

View File

@@ -18,7 +18,7 @@
</div> </div>
<transition name="fade"> <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" /> <SideMenu class="flex-1" />
</div> </div>
</transition> </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