mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-02 18:47:07 -05:00 
			
		
		
		
	fix(web): misaligned icon on Firefox (#14500)
This commit is contained in:
		
							parent
							
								
									37220a342a
								
							
						
					
					
						commit
						4380ecf7bb
					
				@ -36,7 +36,7 @@
 | 
			
		||||
  });
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<span class="relative">
 | 
			
		||||
<div class="relative">
 | 
			
		||||
  {#if hasDropdown}
 | 
			
		||||
    <span class="hidden md:block absolute left-1 z-50 h-full">
 | 
			
		||||
      <button
 | 
			
		||||
@ -73,7 +73,8 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <div></div>
 | 
			
		||||
  </a>
 | 
			
		||||
</span>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{#if hasDropdown && dropdownOpen}
 | 
			
		||||
  {@render hasDropdown?.()}
 | 
			
		||||
{/if}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user