File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 680680 <div class =" px-2.5" >
681681 {#if $settings ?.richTextInput ?? true }
682682 <div
683- class =" scrollbar-hidden text-left bg-transparent dark:text-gray-100 outline-none w-full pt-3 px-1 rounded-xl resize-none h-fit max-h-80 overflow-auto"
683+ class =" scrollbar-hidden text-left bg-transparent dark:text-gray-100 outline-none w-full pt-3 px-1 resize-none h-fit max-h-80 overflow-auto"
684684 >
685685 <RichTextInput
686686 bind:this ={chatInputElement }
884884 <textarea
885885 id =" chat-input"
886886 bind:this ={chatInputElement }
887- class =" scrollbar-hidden bg-transparent dark:text-gray-100 outline-none w-full pt-3 px-1 rounded-xl resize-none"
887+ class =" scrollbar-hidden bg-transparent dark:text-gray-100 outline-none w-full pt-3 px-1 resize-none"
888888 placeholder ={placeholder ? placeholder : $i18n .t (' Send a Message' )}
889889 bind:value ={prompt }
890890 on:keypress ={(e ) => {
You can’t perform that action at this time.
0 commit comments