Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
c6a9dfe
1
Parent(s):
2ca5055
Update assets/custom.css
Browse files- assets/custom.css +2 -2
assets/custom.css
CHANGED
@@ -63,14 +63,14 @@ ol:not(.options), ul:not(.options) {
|
|
63 |
/* 屏幕宽度大于等于500px的设备 */
|
64 |
@media screen and (min-width: 500px) {
|
65 |
#chuanhu_chatbot {
|
66 |
-
height:
|
67 |
}
|
68 |
|
69 |
}
|
70 |
/* 屏幕宽度小于500px的设备 */
|
71 |
@media screen and (max-width: 499px) {
|
72 |
#chuanhu_chatbot {
|
73 |
-
height:
|
74 |
}
|
75 |
}
|
76 |
/* 对话气泡 */
|
|
|
63 |
/* 屏幕宽度大于等于500px的设备 */
|
64 |
@media screen and (min-width: 500px) {
|
65 |
#chuanhu_chatbot {
|
66 |
+
height: 280px;
|
67 |
}
|
68 |
|
69 |
}
|
70 |
/* 屏幕宽度小于500px的设备 */
|
71 |
@media screen and (max-width: 499px) {
|
72 |
#chuanhu_chatbot {
|
73 |
+
height: 220px;
|
74 |
}
|
75 |
}
|
76 |
/* 对话气泡 */
|