mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
5af5e1d3e4
commit
0259312626
1 changed files with 2 additions and 2 deletions
|
|
@ -73,12 +73,12 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="border-gray-50 dark:border-gray-850 my-1" />
|
<hr class="border-gray-50 dark:border-gray-850 my-0.5" />
|
||||||
|
|
||||||
<textarea
|
<textarea
|
||||||
class="px-3 py-1.5 text-xs w-full bg-transparent outline-hidden resize-none"
|
class="px-3 py-1.5 text-xs w-full bg-transparent outline-hidden resize-none"
|
||||||
placeholder={$i18n.t('Prompt (e.g. Tell me a fun fact about the Roman Empire)')}
|
placeholder={$i18n.t('Prompt (e.g. Tell me a fun fact about the Roman Empire)')}
|
||||||
rows="3"
|
rows="4"
|
||||||
bind:value={prompt.content}
|
bind:value={prompt.content}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue