mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
UI: Fix the chat area height when "Show controls" is unchecked
This commit is contained in:
parent
61276f6a37
commit
366de4b561
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
}
|
||||
|
||||
#chat-col.bigchat {
|
||||
padding-bottom: 80px !important;
|
||||
padding-bottom: 15px !important;
|
||||
}
|
||||
|
||||
.message-body ol, .message-body ul {
|
||||
|
|
Loading…
Add table
Reference in a new issue