[webui] update css (#6985)

Former-commit-id: 760a1dfb8193de418d7aa1063c0d111a3a64ae0f
This commit is contained in:
hoshi-hiyouga
2025-02-18 18:27:57 +08:00
committed by GitHub
parent 331f53381f
commit e77ced045d
2 changed files with 6 additions and 3 deletions

View File

@@ -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 {