mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(web): improve year label position (#5141)
This commit is contained in:
		
							parent
							
								
									5b25d5140c
								
							
						
					
					
						commit
						bfab86b70d
					
				@ -134,7 +134,7 @@
 | 
			
		||||
        {#if segment.hasLabel}
 | 
			
		||||
          <div
 | 
			
		||||
            aria-label={segment.timeGroup + ' ' + segment.count}
 | 
			
		||||
            class="absolute right-0 z-10 pr-5 text-xs font-medium dark:text-immich-dark-fg font-mono"
 | 
			
		||||
            class="absolute right-0 bottom-0 z-10 pr-5 text-xs font-medium dark:text-immich-dark-fg font-mono"
 | 
			
		||||
          >
 | 
			
		||||
            {segment.date.year}
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user