AI pass on redesign

This commit is contained in:
Jon Staab
2026-06-15 10:39:01 -07:00
parent ed3ba5a0a5
commit 0e41680fff
45 changed files with 591 additions and 183 deletions
+4 -4
View File
@@ -28,10 +28,10 @@
const innerClass = $derived(
cx(
"relative text-base-content text-base-content grow pointer-events-auto",
"rounded-t-box sm:rounded-box",
"relative text-base-content grow pointer-events-auto",
"rounded-t-box sm:rounded-box sm:rounded-[2rem] ring-1 ring-base-content/5",
{
"bg-alt shadow-m max-h-[90vh] flex flex-col max-w-full pb-sai sm:pb-0": !fullscreen,
"bg-alt shadow-2xl max-h-[90vh] flex flex-col max-w-full pb-sai sm:pb-0": !fullscreen,
},
),
)
@@ -48,7 +48,7 @@
<button
type="button"
aria-label="Close dialog"
class="absolute inset-0 cursor-pointer bg-black opacity-50 dark:opacity-75"
class="absolute inset-0 cursor-pointer bg-[oklch(12%_0.03_285)] opacity-50 backdrop-blur-sm dark:opacity-70"
transition:fade={{duration: 200}}
onclick={onClose}>
</button>