mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-15 06:18:48 +00:00
Modal에서 좌우 여백을 주는 div 변경
This commit is contained in:
@@ -24,11 +24,11 @@
|
|||||||
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
<div
|
<div
|
||||||
onclick={closeModal}
|
onclick={closeModal}
|
||||||
class="fixed inset-0 z-10 bg-black bg-opacity-50 px-4"
|
class="fixed inset-0 z-10 bg-black bg-opacity-50"
|
||||||
transition:fade={{ duration: 100 }}
|
transition:fade={{ duration: 100 }}
|
||||||
>
|
>
|
||||||
<AdaptiveDiv>
|
<AdaptiveDiv>
|
||||||
<div class="flex h-full items-center justify-center">
|
<div class="flex h-full items-center justify-center px-4">
|
||||||
<div onclick={(e) => e.stopPropagation()} class="rounded-2xl bg-white p-4">
|
<div onclick={(e) => e.stopPropagation()} class="rounded-2xl bg-white p-4">
|
||||||
{@render children?.()}
|
{@render children?.()}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user