mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
UI: Better handle the chat input position with CSS
This also solves scrolling issues with the main chat content when the height of the textarea increases.
This commit is contained in:
parent
8042f76399
commit
73442a2b6d
3 changed files with 33 additions and 0 deletions
|
|
@ -99,9 +99,11 @@
|
|||
.message-body p em {
|
||||
color: rgb(110 110 110) !important;
|
||||
}
|
||||
|
||||
.editing-textarea {
|
||||
width: max(30rem) !important;
|
||||
}
|
||||
|
||||
.circle-you + .text .edit-control-button, .circle-you + .text .editing-textarea {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue