Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
35d20c8
1
Parent(s):
0af8496
WIP fix: 调整lora模型选择样式
Browse files
web_assets/stylesheet/ChuanhuChat.css
CHANGED
@@ -328,6 +328,7 @@ body.popup-open {
|
|
328 |
padding: 0;
|
329 |
position: relative;
|
330 |
width: auto;
|
|
|
331 |
}
|
332 |
#chatbot-header .gradio-dropdown > label > .wrap {
|
333 |
background: none;
|
@@ -339,7 +340,7 @@ body.popup-open {
|
|
339 |
#chatbot-header .gradio-dropdown > label > .wrap input {
|
340 |
font-weight: bold;
|
341 |
}
|
342 |
-
#chatbot-header
|
343 |
content: "";
|
344 |
background: var(--primary-600);
|
345 |
height: 12px;
|
|
|
328 |
padding: 0;
|
329 |
position: relative;
|
330 |
width: auto;
|
331 |
+
color: var(--body-text-color-subdued);
|
332 |
}
|
333 |
#chatbot-header .gradio-dropdown > label > .wrap {
|
334 |
background: none;
|
|
|
340 |
#chatbot-header .gradio-dropdown > label > .wrap input {
|
341 |
font-weight: bold;
|
342 |
}
|
343 |
+
#chatbot-header #model-select-dropdown > label::before {
|
344 |
content: "";
|
345 |
background: var(--primary-600);
|
346 |
height: 12px;
|