Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
•
afcdb68
1
Parent(s):
440cff3
Upload custom.css
Browse files- custom.css +0 -18
custom.css
CHANGED
@@ -40,24 +40,6 @@
|
|
40 |
}
|
41 |
}
|
42 |
|
43 |
-
/* 屏幕宽度大于等于500px的设备 */
|
44 |
-
@media (min-width: 500px) {
|
45 |
-
#chuanhu_chatbot {
|
46 |
-
height: calc(100vh - 200px);
|
47 |
-
}
|
48 |
-
#chuanhu_chatbot .wrap {
|
49 |
-
max-height: calc(100vh - 200px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
50 |
-
}
|
51 |
-
}
|
52 |
-
/* 屏幕宽度小于500px的设备 */
|
53 |
-
@media (max-width: 499px) {
|
54 |
-
#chuanhu_chatbot {
|
55 |
-
height: calc(100vh - 140px);
|
56 |
-
}
|
57 |
-
#chuanhu_chatbot .wrap {
|
58 |
-
max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) );
|
59 |
-
}
|
60 |
-
}
|
61 |
/* 对话气泡 */
|
62 |
[class *= "message"] {
|
63 |
border-radius: var(--radius-xl) !important;
|
|
|
40 |
}
|
41 |
}
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
/* 对话气泡 */
|
44 |
[class *= "message"] {
|
45 |
border-radius: var(--radius-xl) !important;
|