@immich/ui 0.22.3 → 0.22.4
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.
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
<Dialog.Root {open} onOpenChange={onChange}>
|
|
65
65
|
<Dialog.Portal>
|
|
66
|
-
<Dialog.Overlay class="
|
|
66
|
+
<Dialog.Overlay class="fixed start-0 top-0 flex h-dvh w-screen bg-black/30" />
|
|
67
67
|
<Dialog.Content
|
|
68
68
|
onkeydown={(e) => {
|
|
69
69
|
if (e.key === 'Escape' && open) {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
}
|
|
75
75
|
}}
|
|
76
76
|
class={cleanClass(
|
|
77
|
-
'
|
|
77
|
+
'fixed start-0 top-0 flex h-dvh w-screen items-center justify-center overflow-hidden sm:p-4',
|
|
78
78
|
)}
|
|
79
79
|
>
|
|
80
80
|
<div class={cleanClass('flex h-full w-full flex-col items-center justify-center')}>
|