mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
UI: Remove the chat input textarea border
This commit is contained in:
parent
84ab1f95be
commit
d9da16edba
|
|
@ -581,6 +581,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
|
||||
#chat-input textarea {
|
||||
padding: 0.65rem 2.5rem;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#chat-input textarea::placeholder {
|
||||
|
|
|
|||
Loading…
Reference in a new issue