feature/ux-improvements #26

Merged
ilia merged 73 commits from feature/ux-improvements into main 2026-02-18 14:43:05 +00:00
Showing only changes of commit ce609728c3 - Show all commits

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 }}
>