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