Spaces:
Runtime error
Runtime error
Commit
·
11267af
1
Parent(s):
996b567
Upload custom.css
Browse files- assets/custom.css +2 -2
assets/custom.css
CHANGED
@@ -74,10 +74,10 @@ ol:not(.options), ul:not(.options) {
|
|
74 |
/* 屏幕宽度小于500px的设备 */
|
75 |
@media screen and (max-width: 499px) {
|
76 |
#chuanhu_chatbot {
|
77 |
-
height: calc(100vh -
|
78 |
}
|
79 |
#chuanhu_chatbot .wrap {
|
80 |
-
max-height: calc(100vh -
|
81 |
}
|
82 |
}
|
83 |
/* 对话气泡 */
|
|
|
74 |
/* 屏幕宽度小于500px的设备 */
|
75 |
@media screen and (max-width: 499px) {
|
76 |
#chuanhu_chatbot {
|
77 |
+
height: calc(100vh - 140px);
|
78 |
}
|
79 |
#chuanhu_chatbot .wrap {
|
80 |
+
max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
81 |
}
|
82 |
}
|
83 |
/* 对话气泡 */
|