@copilotz/chat-ui 0.7.2 → 0.7.3
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -7
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1197,8 +1197,8 @@
|
|
|
1197
1197
|
.h-24 {
|
|
1198
1198
|
height: calc(var(--spacing) * 24);
|
|
1199
1199
|
}
|
|
1200
|
-
.h-\[
|
|
1201
|
-
height:
|
|
1200
|
+
.h-\[100dvh\] {
|
|
1201
|
+
height: 100dvh;
|
|
1202
1202
|
}
|
|
1203
1203
|
.h-\[calc\(100\%-0\.25rem\)\] {
|
|
1204
1204
|
height: calc(100% - 0.25rem);
|
|
@@ -3455,11 +3455,6 @@
|
|
|
3455
3455
|
display: flex;
|
|
3456
3456
|
}
|
|
3457
3457
|
}
|
|
3458
|
-
.md\:h-screen {
|
|
3459
|
-
@media (width >= 48rem) {
|
|
3460
|
-
height: 100vh;
|
|
3461
|
-
}
|
|
3462
|
-
}
|
|
3463
3458
|
.md\:min-w-3xl {
|
|
3464
3459
|
@media (width >= 48rem) {
|
|
3465
3460
|
min-width: var(--container-3xl);
|