mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: message input styling
This commit is contained in:
parent
f027df06d1
commit
0763d8e9b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1317,7 +1317,7 @@
|
|||
id="chat-input"
|
||||
dir={$settings?.chatDirection ?? 'auto'}
|
||||
bind:this={chatInputElement}
|
||||
class="scrollbar-hidden bg-transparent dark:text-gray-200 outline-hidden w-full pt-3 px-1 resize-none"
|
||||
class="scrollbar-hidden bg-transparent dark:text-gray-200 outline-hidden w-full pt-4 pb-1 px-1 resize-none"
|
||||
placeholder={placeholder ? placeholder : $i18n.t('Send a Message')}
|
||||
bind:value={prompt}
|
||||
on:input={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue