We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da33b51 commit 75a3effCopy full SHA for 75a3eff
src/views/HomeView.vue
@@ -304,7 +304,7 @@ const scrollToBottom = () => {
304
v-model.trim="userMessage"
305
:disabled="inputDisabled"
306
autofocus
307
- :class="'textarea block max-h-20 w-full resize-none overflow-auto bg-base-200 pr-10 !outline-2 shadow-lg !outline-offset-0'"
+ :class="'textarea block max-h-20 w-full resize-none overflow-auto bg-base-200 pr-10 !outline-2 shadow-lg !outline-offset-0 pt-[10px]'"
308
:placeholder="generatePlaceholder(messagesState.loading, isListening, messagesState.error)"
309
@keydown="preventSend" />
310
<div class="absolute right-2 top-1/2 -translate-y-1/2">
0 commit comments