cozy-bar 7.24.0 → 7.24.1
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/cozy-bar.css +2 -2
- package/dist/cozy-bar.css.map +1 -1
- package/dist/cozy-bar.js +1 -1
- package/dist/cozy-bar.min.css +1 -1
- package/dist/cozy-bar.min.css.map +1 -1
- package/dist/cozy-bar.min.js +1 -1
- package/dist/cozy-bar.mobile.js +2 -2
- package/dist/cozy-bar.mobile.js.map +1 -1
- package/dist/cozy-bar.mobile.min.js +2 -2
- package/dist/cozy-bar.mobile.min.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/supportModal.css +2 -2
package/dist/cozy-bar.css
CHANGED
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
|
|
1192
1192
|
[role=banner] .coz-support-modal .coz-support-intent-wrapper .coz-intent {
|
|
1193
1193
|
width: 100%;
|
|
1194
|
-
height:
|
|
1194
|
+
height: 26em;
|
|
1195
1195
|
border: none;
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
|
|
1203
1203
|
@media (max-width: 48em) {
|
|
1204
1204
|
[role=banner] .coz-support-modal .coz-support-intent-wrapper .coz-intent {
|
|
1205
|
-
height:
|
|
1205
|
+
height: 28em;
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
1208
|
|