refactor(SliderArea): bump the padding to avoid overlap with TypographyMenu
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user