Spaces:
Runtime error
Runtime error
Update custom.css
Browse files- custom.css +6 -0
custom.css
CHANGED
@@ -57,6 +57,12 @@ ol li, ul:not(.options) li {
|
|
57 |
background-color: var(--neutral-950) !important;
|
58 |
}
|
59 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
/* 屏幕宽度大于等于500px的设备 */
|
61 |
@media screen and (min-width: 500px) {
|
62 |
#chuanhu_chatbot {
|
|
|
57 |
background-color: var(--neutral-950) !important;
|
58 |
}
|
59 |
}
|
60 |
+
#chuanhu_chatbot {
|
61 |
+
height: calc(100vh - 200px);
|
62 |
+
}
|
63 |
+
#chuanhu_chatbot .wrap {
|
64 |
+
max-height: calc(100vh - 200px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
65 |
+
}
|
66 |
/* 屏幕宽度大于等于500px的设备 */
|
67 |
@media screen and (min-width: 500px) {
|
68 |
#chuanhu_chatbot {
|