mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	fix(web): fix missing icons (#14737)
* Updates * fix * Revert "Updates" This reverts commit 724b538101c70c8ebe58dba24a6ecb9f3fb91f58. * format
This commit is contained in:
		
							parent
							
								
									a2dd9622a3
								
							
						
					
					
						commit
						2948b9ed29
					
				@ -100,10 +100,7 @@
 | 
			
		||||
  <div class="text-white">
 | 
			
		||||
    <CloseAction {onClose} />
 | 
			
		||||
  </div>
 | 
			
		||||
  <div
 | 
			
		||||
    class="flex w-[calc(100%-3rem)] justify-end gap-2 overflow-hidden text-white"
 | 
			
		||||
    data-testid="asset-viewer-navbar-actions"
 | 
			
		||||
  >
 | 
			
		||||
  <div class="flex gap-2 overflow-x-auto text-white" data-testid="asset-viewer-navbar-actions">
 | 
			
		||||
    {#if !asset.isTrashed && $user}
 | 
			
		||||
      <ShareAction {asset} />
 | 
			
		||||
    {/if}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user