feat(ComparisonSlider): increase minimal height for large screens

This commit is contained in:
Ilia Mashkov
2026-02-18 16:58:31 +03:00
parent 20f65ee396
commit 5dae5fb7ea

View File

@@ -205,7 +205,7 @@ const isInSettingsMode = $derived(perspective.isBack);
relative w-full flex justify-center items-center
perspective-distant perspective-origin-center transform-3d
rounded-xl sm:rounded-2xl md:rounded-[2.5rem]
min-h-72 sm:min-h-96
min-h-72 sm:min-h-96 lg:min-h-128
backdrop-blur-lg bg-linear-to-br from-gray-200/40 via-white/80 to-gray-100/60
border border-border-muted
shadow-[inset_2px_0_8px_rgba(0,0,0,0.05)]