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