feat(ComparisonSlider): increase minimal height for large screens
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user