Ver Fonte

fix: styling

Timothy J. Baek há 1 ano atrás
pai
commit
493207e9a7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/routes/(app)/+page.svelte

+ 1 - 1
src/routes/(app)/+page.svelte

@@ -784,7 +784,7 @@
 		<div
 			class="{$settings?.fullScreenMode ?? null
 				? 'max-w-full'
-				: 'max-w-2xl md:px-0'} mx-auto w-full px-4 md:px-0 mt-10"
+				: 'max-w-2xl md:px-0'} mx-auto w-full px-4 mt-10"
 		>
 			<ModelSelector bind:selectedModels disabled={messages.length > 0} />
 		</div>