@ims360/svelte-ivory 0.0.31 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<Portal>
|
|
65
65
|
<HiddenBackground
|
|
66
66
|
onclose={close}
|
|
67
|
-
class="flex h-full w-full flex-col items-center justify-start p-16"
|
|
67
|
+
class="flex h-full w-full flex-col items-center justify-start p-8 lg:p-12 xl:p-16"
|
|
68
68
|
>
|
|
69
69
|
{#if modal}
|
|
70
70
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
package/package.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<Portal>
|
|
65
65
|
<HiddenBackground
|
|
66
66
|
onclose={close}
|
|
67
|
-
class="flex h-full w-full flex-col items-center justify-start p-16"
|
|
67
|
+
class="flex h-full w-full flex-col items-center justify-start p-8 lg:p-12 xl:p-16"
|
|
68
68
|
>
|
|
69
69
|
{#if modal}
|
|
70
70
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|