Upload custom.css

This commit is contained in:
Baize 2023-04-01 11:00:15 +00:00 committed by huggingface-web
parent 996b5676a5
commit 11267affe7
1 changed files with 2 additions and 2 deletions

View File

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