fixes drawer height

This commit is contained in:
Christian Beutel
2024-11-09 13:10:18 +01:00
parent 01b0d49913
commit a147f7e6fd
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
tabindex="0"
></div>
<div
class="absolute flex flex-col overflow-y-auto w-72 h-screen bg-background right-0 top-0 z-50"
class="absolute flex flex-col overflow-y-auto w-72 h-dvh bg-background right-0 top-0 z-50"
in:slide={{ axis: "x", easing: backOut }}
out:slide={{ axis: "x", easing: backIn }}
>

View File

@@ -127,7 +127,7 @@
>
<div class="basis-full"></div>
<hr class="border-input-border" />
<div class="flex gap-4 items-center m-4">
<div class="flex gap-4 items-center justify-between m-4">
<a href="/profile">
<img
class="rounded-full w-10 aspect-square"