Spaces:
Runtime error
Runtime error
Commit ·
c44f0a0
1
Parent(s): c6a9dfe
Update assets/custom.css
Browse files- assets/custom.css +2 -11
assets/custom.css
CHANGED
|
@@ -61,18 +61,9 @@ ol:not(.options), ul:not(.options) {
|
|
| 61 |
}
|
| 62 |
}
|
| 63 |
/* 屏幕宽度大于等于500px的设备 */
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
height: 280px;
|
| 67 |
-
}
|
| 68 |
-
|
| 69 |
-
}
|
| 70 |
-
/* 屏幕宽度小于500px的设备 */
|
| 71 |
-
@media screen and (max-width: 499px) {
|
| 72 |
-
#chuanhu_chatbot {
|
| 73 |
-
height: 220px;
|
| 74 |
}
|
| 75 |
-
}
|
| 76 |
/* 对话气泡 */
|
| 77 |
[class *= "message"] {
|
| 78 |
border-radius: var(--radius-xl) !important;
|
|
|
|
| 61 |
}
|
| 62 |
}
|
| 63 |
/* 屏幕宽度大于等于500px的设备 */
|
| 64 |
+
#chuanhu_chatbot {
|
| 65 |
+
height: 80%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
}
|
|
|
|
| 67 |
/* 对话气泡 */
|
| 68 |
[class *= "message"] {
|
| 69 |
border-radius: var(--radius-xl) !important;
|