feat(css): improved mobile responsiveness

This commit is contained in:
Yandrik 2024-05-01 17:02:13 +02:00
parent e4c47b9f2b
commit b1445e681c

View File

@ -152,7 +152,7 @@
</div>
</center>
<form on:submit|preventDefault={handleSubmit} class="flex flex-row space-x-4">
<form on:submit|preventDefault={handleSubmit} class="flex flex-col md:flex-row space-x-4">
<label class="label flex-1">
<span>Prompt eingeben:</span>
<textarea class="textarea p-2" rows="4" bind:value={inputText} disabled={improvePromptRunning}