mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-02-03 21:03:10 +00:00
[webui] update css (#6985)
Former-commit-id: 760a1dfb8193de418d7aa1063c0d111a3a64ae0f
This commit is contained in:
@@ -25,12 +25,15 @@ CSS = r"""
|
||||
}
|
||||
|
||||
.thinking-summary span {
|
||||
border: 1px solid #e0e0e0 !important;
|
||||
border-radius: 4px !important;
|
||||
padding: 4px !important;
|
||||
cursor: pointer !important;
|
||||
font-size: 14px !important;
|
||||
background: #333333 !important;
|
||||
background: rgb(245, 245, 245) !important;
|
||||
}
|
||||
|
||||
.dark .thinking-summary span {
|
||||
background: rgb(73, 73, 73) !important;
|
||||
}
|
||||
|
||||
.thinking-container {
|
||||
|
||||
Reference in New Issue
Block a user