This commit is contained in:
Timothy Jaeryang Baek 2025-11-23 21:12:01 -05:00
parent 5af5e1d3e4
commit 0259312626

View file

@ -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>