feat(css): improved mobile responsiveness
This commit is contained in:
parent
e4c47b9f2b
commit
b1445e681c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user