feat(ExpandableWrapper): slightly change wrapper styles for better UX on mobile

This commit is contained in:
Ilia Mashkov
2026-02-07 18:08:49 +03:00
parent 1a23ec2f28
commit b09b89f4fc

View File

@@ -173,7 +173,7 @@ $effect(() => {
<div
class={cn(
'relative p-2 rounded-2xl border transition-all duration-250 ease-out flex flex-col gap-1.5 backdrop-blur-lg',
'relative p-0.5 sm:p-2 rounded-lg sm:rounded-2xl border transition-all duration-250 ease-out flex flex-col gap-1.5 backdrop-blur-lg',
expanded
? 'bg-white/5 border-indigo-400/40 shadow-[0_30px_70px_-10px_rgba(99,102,241,0.25)]'
: ' bg-white/25 border-white/40 shadow-[0_12px_40px_-12px_rgba(0,0,0,0.12)]',