refactor(SliderArea): bump the padding to avoid overlap with TypographyMenu
This commit is contained in:
@@ -297,7 +297,7 @@ $effect(() => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Slider interaction area -->
|
<!-- 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}
|
{#if isLoading}
|
||||||
<div out:fade={{ duration: 300 }}>
|
<div out:fade={{ duration: 300 }}>
|
||||||
<Loader size={24} />
|
<Loader size={24} />
|
||||||
|
|||||||
Reference in New Issue
Block a user