@dosgato/dialog 1.1.11 → 1.1.12

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.
@@ -121,9 +121,6 @@ $: describedby = [title ? labelid : undefined, descid].filter(isNotBlank).join('
121
121
  @media (max-width: 2000px) { section.xl button.expand { display: none; } }
122
122
  @media (max-width: 800px) { section.xl { width: 97vw; } }
123
123
 
124
- @media (max-width: 800px) { .dialog-content { padding: 1.2em; } }
125
- @media (max-width: 430px) { .dialog-content { padding: 0.6em; } }
126
-
127
124
  header {
128
125
  display: flex;
129
126
  align-items: center;
@@ -151,6 +148,8 @@ $: describedby = [title ? labelid : undefined, descid].filter(isNotBlank).join('
151
148
  max-height: calc(100vh - 7.5em);
152
149
  max-height: calc(100dvh - 7.5em);
153
150
  }
151
+ @media (max-width: 800px) { .dialog-content { padding: 1.2em; } }
152
+ @media (max-width: 430px) { .dialog-content { padding: 0.6em; } }
154
153
 
155
154
  section.tiny .dialog-content, section.small .dialog-content {
156
155
  padding: 0 1em;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dosgato/dialog",
3
3
  "description": "A component library for building forms that edit a JSON document.",
4
- "version": "1.1.11",
4
+ "version": "1.1.12",
5
5
  "scripts": {
6
6
  "prepublishOnly": "svelte-package",
7
7
  "dev": "vite dev --force",