fixes drawer height
This commit is contained in:
@@ -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 }}
|
||||
>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
};
|
||||
|
||||
$: logCategories = $summitLogs.reduce(
|
||||
(acc, log) => {
|
||||
(acc, log) => {
|
||||
const cat =
|
||||
log.expand?.trails_via_summit_logs?.at(0)?.expand?.category
|
||||
?.name ?? "unknown";
|
||||
|
||||
Reference in New Issue
Block a user