mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 06:35:57 -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 {
|
#chat-col.bigchat {
|
||||||
padding-bottom: 80px !important;
|
padding-bottom: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-body ol, .message-body ul {
|
.message-body ol, .message-body ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue