UI: Remove the chat input textarea border

This commit is contained in:
oobabooga 2025-05-04 16:53:52 -07:00
parent 84ab1f95be
commit d9da16edba

View file

@ -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 {