feat(SidebarMenu): tweak styles
This commit is contained in:
@@ -73,7 +73,7 @@ function handleClick(event: MouseEvent) {
|
|||||||
{@render action?.()}
|
{@render action?.()}
|
||||||
{#if visible}
|
{#if visible}
|
||||||
<div
|
<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 }}
|
in:fade={{ duration: 300, delay: 400, easing: cubicOut }}
|
||||||
out:fade={{ duration: 150, easing: cubicOut }}
|
out:fade={{ duration: 150, easing: cubicOut }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user