forked from open-webui/open-webui
		
	refac: styling
This commit is contained in:
		
							parent
							
								
									d1656d5da8
								
							
						
					
					
						commit
						8f4a12b479
					
				
					 3 changed files with 21 additions and 53 deletions
				
			
		|  | @ -74,13 +74,11 @@ | |||
| 
 | ||||
| <SettingsModal bind:show={showSettingsModal} /> | ||||
| 
 | ||||
| <div | ||||
| 	class="min-h-screen max-h-[100dvh] w-full flex justify-center dark:text-white bg-white dark:bg-gray-900 font-mona" | ||||
| > | ||||
| <div class="min-h-screen max-h-[100dvh] w-full flex justify-center dark:text-white font-mona"> | ||||
| 	{#if loaded} | ||||
| 		<div class="overflow-y-auto w-full flex justify-center"> | ||||
| 			<div class="w-full max-w-3xl px-6 md:px-16 flex flex-col"> | ||||
| 				<div class="py-10 w-full"> | ||||
| 		<div class=" flex flex-col justify-between w-full overflow-y-auto"> | ||||
| 			<div class="max-w-2xl mx-auto w-full px-3 md:px-0 my-10"> | ||||
| 				<div class="w-full"> | ||||
| 					<div class=" flex flex-col justify-center"> | ||||
| 						<div class=" flex justify-between items-center"> | ||||
| 							<div class="flex items-center text-2xl font-semibold"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek