forked from open-webui/open-webui
		
	refac: styling
This commit is contained in:
		
							parent
							
								
									e99d69bfe2
								
							
						
					
					
						commit
						0d39a9fe0e
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -363,7 +363,7 @@
 | 
			
		|||
								{#if message.done}
 | 
			
		||||
									<div class=" flex justify-start space-x-1 -mt-2 overflow-x-auto buttons">
 | 
			
		||||
										{#if siblings.length > 1}
 | 
			
		||||
											<div class="flex self-center">
 | 
			
		||||
											<div class="flex self-center min-w-fit">
 | 
			
		||||
												<button
 | 
			
		||||
													class="self-center"
 | 
			
		||||
													on:click={() => {
 | 
			
		||||
| 
						 | 
				
			
			@ -384,7 +384,7 @@
 | 
			
		|||
													</svg>
 | 
			
		||||
												</button>
 | 
			
		||||
 | 
			
		||||
												<div class="text-xs font-bold self-center">
 | 
			
		||||
												<div class="text-xs font-bold self-center min-w-fit">
 | 
			
		||||
													{siblings.indexOf(message.id) + 1} / {siblings.length}
 | 
			
		||||
												</div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue