Spaces:
Sleeping
Sleeping
JohnSmith9982
commited on
Commit
·
7c52438
1
Parent(s):
d8e2a45
Upload custom.css
Browse files- custom.css +1 -18
custom.css
CHANGED
@@ -57,24 +57,7 @@ ol li, ul:not(.options) li {
|
|
57 |
background-color: var(--neutral-950) !important;
|
58 |
}
|
59 |
}
|
60 |
-
|
61 |
-
@media screen and (min-width: 500px) {
|
62 |
-
#chuanhu_chatbot {
|
63 |
-
height: calc(100vh - 200px);
|
64 |
-
}
|
65 |
-
#chuanhu_chatbot .wrap {
|
66 |
-
max-height: calc(100vh - 200px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
67 |
-
}
|
68 |
-
}
|
69 |
-
/* 屏幕宽度小于500px的设备 */
|
70 |
-
@media screen and (max-width: 499px) {
|
71 |
-
#chuanhu_chatbot {
|
72 |
-
height: calc(100vh - 140px);
|
73 |
-
}
|
74 |
-
#chuanhu_chatbot .wrap {
|
75 |
-
max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
76 |
-
}
|
77 |
-
}
|
78 |
/* 对话气泡 */
|
79 |
[class *= "message"] {
|
80 |
border-radius: var(--radius-xl) !important;
|
|
|
57 |
background-color: var(--neutral-950) !important;
|
58 |
}
|
59 |
}
|
60 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
/* 对话气泡 */
|
62 |
[class *= "message"] {
|
63 |
border-radius: var(--radius-xl) !important;
|