forked from open-webui/open-webui
		
	refac: styling
This commit is contained in:
		
							parent
							
								
									52e83891b4
								
							
						
					
					
						commit
						7121465eda
					
				
					 1 changed files with 10 additions and 8 deletions
				
			
		|  | @ -143,18 +143,20 @@ | |||
| 				id="messages-container" | ||||
| 			> | ||||
| 				<div class=" h-full w-full flex flex-col py-4"> | ||||
| 					<div> | ||||
| 						<div class=" text-3xl font-semibold line-clamp-1"> | ||||
| 							{title} | ||||
| 					<div class="px-3"> | ||||
| 						<div> | ||||
| 							<div class=" text-3xl font-semibold line-clamp-1"> | ||||
| 								{title} | ||||
| 							</div> | ||||
| 
 | ||||
| 							<div class=" mt-1 text-gray-400"> | ||||
| 								{dayjs(chat.chat.timestamp).format('MMMM D, YYYY')} | ||||
| 							</div> | ||||
| 						</div> | ||||
| 
 | ||||
| 						<div class=" mt-1 text-gray-400"> | ||||
| 							{dayjs(chat.chat.timestamp).format('MMMM D, YYYY')} | ||||
| 						</div> | ||||
| 						<hr class=" dark:border-gray-800 my-6" /> | ||||
| 					</div> | ||||
| 
 | ||||
| 					<hr class=" dark:border-gray-800 my-6" /> | ||||
| 
 | ||||
| 					<div class="py-2"> | ||||
| 						<Messages | ||||
| 							chatId={$chatId} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek