mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
UI: Improve right sidebar borders in light mode
This commit is contained in:
parent
a336a8bbeb
commit
cfc83745ec
2 changed files with 13 additions and 4 deletions
|
|
@ -1697,3 +1697,12 @@ button:focus {
|
|||
#chat-input span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sidebar-vertical-separator {
|
||||
margin: 0;
|
||||
border-bottom: var(--input-border-width) solid var(--input-border-color);
|
||||
}
|
||||
|
||||
.dark .sidebar-vertical-separator {
|
||||
border-bottom: 1px solid rgba(255,255,255,0.1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue