Update assets/custom.css
This commit is contained in:
parent
11267affe7
commit
15a738f880
|
@ -67,18 +67,12 @@ ol:not(.options), ul:not(.options) {
|
||||||
#chuanhu_chatbot {
|
#chuanhu_chatbot {
|
||||||
height: calc(100vh - 280px);
|
height: calc(100vh - 280px);
|
||||||
}
|
}
|
||||||
#chuanhu_chatbot .wrap {
|
|
||||||
max-height: calc(100vh - 280px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* 屏幕宽度小于500px的设备 */
|
/* 屏幕宽度小于500px的设备 */
|
||||||
@media screen and (max-width: 499px) {
|
@media screen and (max-width: 499px) {
|
||||||
#chuanhu_chatbot {
|
#chuanhu_chatbot {
|
||||||
height: calc(100vh - 140px);
|
height: calc(100vh - 140px);
|
||||||
}
|
}
|
||||||
#chuanhu_chatbot .wrap {
|
|
||||||
max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* 对话气泡 */
|
/* 对话气泡 */
|
||||||
[class *= "message"] {
|
[class *= "message"] {
|
||||||
|
|
Loading…
Reference in New Issue