feat(SidebarMenu): tweak styles

This commit is contained in:
Ilia Mashkov
2026-02-18 16:55:57 +03:00
parent 147df04c22
commit ce609728c3

View File

@@ -73,7 +73,7 @@ function handleClick(event: MouseEvent) {
{@render action?.()}
{#if visible}
<div
class="relative z-20 h-full w-auto flex flex-col gap-4"
class="relative z-20 h-full w-auto flex flex-col"
in:fade={{ duration: 300, delay: 400, easing: cubicOut }}
out:fade={{ duration: 150, easing: cubicOut }}
>