fix: better chat window with long queries

This commit is contained in:
2026-02-15 10:00:37 +01:00
parent b730f12ba0
commit b64023d69a
4 changed files with 16 additions and 6 deletions

View File

@@ -308,7 +308,7 @@
.chat-input {
flex: 1;
min-height: 24px;
max-height: 120px;
max-height: 200px;
padding: 0;
font-size: 14px;
font-family: inherit;
@@ -318,6 +318,7 @@
border: none;
outline: none;
resize: none;
overflow-y: auto;
}
.chat-input::placeholder {