Update assets/custom.css
This commit is contained in:
parent
c6a9dfedf7
commit
c44f0a0d9f
|
@ -61,17 +61,8 @@ ol:not(.options), ul:not(.options) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* 屏幕宽度大于等于500px的设备 */
|
/* 屏幕宽度大于等于500px的设备 */
|
||||||
@media screen and (min-width: 500px) {
|
|
||||||
#chuanhu_chatbot {
|
#chuanhu_chatbot {
|
||||||
height: 280px;
|
height: 80%;
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
/* 屏幕宽度小于500px的设备 */
|
|
||||||
@media screen and (max-width: 499px) {
|
|
||||||
#chuanhu_chatbot {
|
|
||||||
height: 220px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* 对话气泡 */
|
/* 对话气泡 */
|
||||||
[class *= "message"] {
|
[class *= "message"] {
|
||||||
|
|
Loading…
Reference in New Issue