Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
d4bd7aa
1
Parent(s):
7311426
修复超出的问题
Browse files- custom.css +2 -2
custom.css
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
background-color: #F3F3F3 !important;
|
| 19 |
}
|
| 20 |
#chuanhu_chatbot .wrap {
|
| 21 |
-
max-height: calc(100vh - 200px - var(--line-sm)*1rem );
|
| 22 |
}
|
| 23 |
}
|
| 24 |
/* 屏幕宽度小于500px的设备 */
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
background-color: #F3F3F3 !important;
|
| 29 |
}
|
| 30 |
#chuanhu_chatbot .wrap {
|
| 31 |
-
max-height: calc(100vh - 140 - var(--line-sm)*1rem );
|
| 32 |
}
|
| 33 |
}
|
| 34 |
/* 对话气泡 */
|
|
|
|
| 18 |
background-color: #F3F3F3 !important;
|
| 19 |
}
|
| 20 |
#chuanhu_chatbot .wrap {
|
| 21 |
+
max-height: calc(100vh - 200px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
| 22 |
}
|
| 23 |
}
|
| 24 |
/* 屏幕宽度小于500px的设备 */
|
|
|
|
| 28 |
background-color: #F3F3F3 !important;
|
| 29 |
}
|
| 30 |
#chuanhu_chatbot .wrap {
|
| 31 |
+
max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
| 32 |
}
|
| 33 |
}
|
| 34 |
/* 对话气泡 */
|