You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	fix: styling for last image in person grid (#13444)
* Add Display Content to LastPersonContainer Div * Update web/src/lib/components/faces-page/people-infinite-scroll.svelte Co-authored-by: Jason Rasmussen <jason@rasm.me> --------- Co-authored-by: manan <manan@manan.myguest.virtualbox.org> Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
		| @@ -23,7 +23,7 @@ | ||||
| <div class="w-full grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 xl:grid-cols-7 2xl:grid-cols-9 gap-1"> | ||||
|   {#each people as person, index (person.id)} | ||||
|     {#if hasNextPage && index === people.length - 1} | ||||
|       <div bind:this={lastPersonContainer}> | ||||
|       <div bind:this={lastPersonContainer} class="contents"> | ||||
|         <slot {person} {index} /> | ||||
|       </div> | ||||
|     {:else} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user