Update assets/custom.css

This commit is contained in:
Baize 2023-04-01 11:22:54 +00:00 committed by huggingface-web
parent 2ca5055a36
commit c6a9dfedf7
1 changed files with 2 additions and 2 deletions

View File

@ -63,14 +63,14 @@ ol:not(.options), ul:not(.options) {
/* 屏幕宽度大于等于500px的设备 */
@media screen and (min-width: 500px) {
#chuanhu_chatbot {
height: calc(100vh - 280px);
height: 280px;
}
}
/* 屏幕宽度小于500px的设备 */
@media screen and (max-width: 499px) {
#chuanhu_chatbot {
height: calc(100vh - 220px);
height: 220px;
}
}
/* 对话气泡 */