mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 14:46:14 -04:00
UI: Light theme improvement
This commit is contained in:
parent
076aa67963
commit
bd13a8f255
1 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ gradio-app > :first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_bar {
|
.header_bar {
|
||||||
box-shadow: 0 0 3px rgba(22 22 22 / 35%);
|
border-right: var(--input-border-width) solid var(--input-border-color);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
text-wrap: nowrap;
|
text-wrap: nowrap;
|
||||||
|
@ -1171,11 +1171,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
background-color: var(--light-theme-gray);
|
background-color: var(--light-theme-gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-controls {
|
.dark #chat-controls {
|
||||||
border-left: 1px solid #d9d9d0;
|
border-left: 1px solid #d9d9d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#past-chats-row {
|
.dark #past-chats-row {
|
||||||
border-right: 1px solid #d9d9d0;
|
border-right: 1px solid #d9d9d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue