free-astro-components 1.0.2 → 1.0.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.
package/package.json
CHANGED
|
@@ -101,7 +101,6 @@ const sizeClasses = {
|
|
|
101
101
|
display: flex;
|
|
102
102
|
flex-direction: column;
|
|
103
103
|
font-family: var(--ac-font-sans);
|
|
104
|
-
height: auto;
|
|
105
104
|
inset-block-end: 0;
|
|
106
105
|
inset-block-start: auto;
|
|
107
106
|
max-height: calc(100% - var(--ac-spacing-16));
|
|
@@ -189,6 +188,10 @@ const sizeClasses = {
|
|
|
189
188
|
content: none;
|
|
190
189
|
}
|
|
191
190
|
|
|
191
|
+
&.ac-modal--xs {
|
|
192
|
+
width: var(--ac-modal-width-xs);
|
|
193
|
+
}
|
|
194
|
+
|
|
192
195
|
&.ac-modal--sm {
|
|
193
196
|
width: var(--ac-modal-width-sm);
|
|
194
197
|
}
|