refactor(SliderArea): bump the padding to avoid overlap with TypographyMenu

This commit is contained in:
Ilia Mashkov
2026-05-25 11:08:04 +03:00
parent 80241aa352
commit ffc28f78f5
@@ -297,7 +297,7 @@ $effect(() => {
</div>
<!-- Slider interaction area -->
<div class="w-full h-full flex items-center justify-center p-4 md:p-8 overflow-hidden">
<div class="w-full h-full flex items-center justify-center p-4 md:p-12 overflow-hidden">
{#if isLoading}
<div out:fade={{ duration: 300 }}>
<Loader size={24} />