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 fbb777e commit ff9a4ceCopy full SHA for ff9a4ce
src/lib/components/chat/ChatInput.svelte
@@ -65,7 +65,7 @@
65
enterkeyhint={!isVirtualKeyboard() ? "enter" : "send"}
66
tabindex="0"
67
rows="1"
68
- class="scrollbar-custom absolute top-0 m-0 h-full w-full resize-none scroll-p-3 overflow-x-hidden overflow-y-scroll border-0 bg-transparent p-3 outline-none focus:ring-0 focus-visible:ring-0"
+ class="scrollbar-custom absolute max-sm:text-[16px] max-sm:p-2.5 top-0 m-0 h-full w-full resize-none scroll-p-3 overflow-x-hidden overflow-y-scroll border-0 bg-transparent p-3 outline-none focus:ring-0 focus-visible:ring-0"
69
class:text-gray-400={disabled}
70
bind:value
71
bind:this={textareaElement}
0 commit comments