@sveltia/ui 0.7.3 → 0.7.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.
|
@@ -280,7 +280,7 @@ dialog.vertical {
|
|
|
280
280
|
max-width: 100vw;
|
|
281
281
|
}
|
|
282
282
|
dialog.vertical.open form {
|
|
283
|
-
max-width: calc(100vw -
|
|
283
|
+
max-width: calc(100vw - 56px);
|
|
284
284
|
transform: translateX(0%);
|
|
285
285
|
}
|
|
286
286
|
dialog.vertical.small form {
|
|
@@ -318,7 +318,7 @@ dialog.horizontal {
|
|
|
318
318
|
max-height: 100vh;
|
|
319
319
|
}
|
|
320
320
|
dialog.horizontal.open form {
|
|
321
|
-
max-height: calc(100vh -
|
|
321
|
+
max-height: calc(100vh - 56px);
|
|
322
322
|
transform: translateY(0%);
|
|
323
323
|
}
|
|
324
324
|
dialog.horizontal.small form {
|