Skip to content

Commit cda6b5a

Browse files
committed
refac: styling
1 parent b33b497 commit cda6b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/chat/MessageInput.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
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}
@@ -884,7 +884,7 @@
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) => {

0 commit comments

Comments
 (0)