Update assets/custom.css

This commit is contained in:
Baize 2023-04-01 11:14:38 +00:00 committed by huggingface-web
parent ccfbc40938
commit d16d2ec174
1 changed files with 6 additions and 0 deletions

View File

@ -65,12 +65,18 @@ ol:not(.options), ul:not(.options) {
#chuanhu_chatbot {
height: calc(100vh - 280px);
}
#chuanhu_chatbot .wrap {
max-height: calc(100vh - 280px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
}
}
/* 屏幕宽度小于500px的设备 */
@media screen and (max-width: 499px) {
#chuanhu_chatbot {
height: calc(100vh - 220px);
}
#chuanhu_chatbot .wrap {
max-height: calc(100vh - 220px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
}
}
/* 对话气泡 */
[class *= "message"] {