forstok-ui-lib 5.8.5 → 5.8.7
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/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/message/styles.ts +4 -3
package/dist/index.js
CHANGED
|
@@ -484,14 +484,15 @@
|
|
|
484
484
|
border-radius: var(--ter-rd);
|
|
485
485
|
overflow: hidden;
|
|
486
486
|
transition: opacity .4s;
|
|
487
|
-
width:
|
|
488
|
-
min-width: 600px;
|
|
487
|
+
width: 300px;
|
|
489
488
|
padding: 0;
|
|
490
489
|
position: relative;
|
|
491
490
|
display: inline-grid;
|
|
492
491
|
grid-auto-flow: row;
|
|
492
|
+
max-width: 300px;
|
|
493
493
|
@media only screen and (min-width: 768px) {
|
|
494
|
-
|
|
494
|
+
width: 600px;
|
|
495
|
+
max-width: 600px;
|
|
495
496
|
}
|
|
496
497
|
${({$isOpen:e})=>{if(e)return t.css`
|
|
497
498
|
opacity: 1;
|