UI: Improve right sidebar borders in light mode

This commit is contained in:
oobabooga 2025-08-28 08:34:48 -07:00
parent a336a8bbeb
commit cfc83745ec
2 changed files with 13 additions and 4 deletions

View file

@ -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);
}