forked from open-webui/open-webui
		
	refac: styling
This commit is contained in:
		
							parent
							
								
									91dda2401d
								
							
						
					
					
						commit
						98c16776f8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -26,14 +26,14 @@ | ||||||
| 
 | 
 | ||||||
| 	<div slot="content"> | 	<div slot="content"> | ||||||
| 		<DropdownMenu.Content | 		<DropdownMenu.Content | ||||||
| 			class="w-full max-w-[130px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-850 dark:text-white shadow" | 			class="w-full max-w-[150px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-900 dark:text-white shadow" | ||||||
| 			sideOffset={-2} | 			sideOffset={-2} | ||||||
| 			side="bottom" | 			side="bottom" | ||||||
| 			align="start" | 			align="start" | ||||||
| 			transition={flyAndScale} | 			transition={flyAndScale} | ||||||
| 		> | 		> | ||||||
| 			<DropdownMenu.Item | 			<DropdownMenu.Item | ||||||
| 				class="flex gap-2 items-center px-3 py-2 text-sm  font-medium cursor-pointer" | 				class="flex gap-2 items-center px-3 py-2 text-sm  font-medium cursor-pointer dark:hover:bg-gray-850 rounded-md" | ||||||
| 				on:click={() => { | 				on:click={() => { | ||||||
| 					renameHandler(); | 					renameHandler(); | ||||||
| 				}} | 				}} | ||||||
|  | @ -43,7 +43,7 @@ | ||||||
| 			</DropdownMenu.Item> | 			</DropdownMenu.Item> | ||||||
| 
 | 
 | ||||||
| 			<DropdownMenu.Item | 			<DropdownMenu.Item | ||||||
| 				class="flex  gap-2  items-center px-3 py-2 text-sm  font-medium cursor-pointer" | 				class="flex  gap-2  items-center px-3 py-2 text-sm  font-medium cursor-pointer dark:hover:bg-gray-850 rounded-md" | ||||||
| 				on:click={() => { | 				on:click={() => { | ||||||
| 					deleteHandler(); | 					deleteHandler(); | ||||||
| 				}} | 				}} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek