mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
fix(web): misaligned icon on Firefox (#14500)
This commit is contained in:
parent
37220a342a
commit
4380ecf7bb
1 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<span class="relative">
|
<div class="relative">
|
||||||
{#if hasDropdown}
|
{#if hasDropdown}
|
||||||
<span class="hidden md:block absolute left-1 z-50 h-full">
|
<span class="hidden md:block absolute left-1 z-50 h-full">
|
||||||
<button
|
<button
|
||||||
|
@ -73,7 +73,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
<div></div>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</div>
|
||||||
|
|
||||||
{#if hasDropdown && dropdownOpen}
|
{#if hasDropdown && dropdownOpen}
|
||||||
{@render hasDropdown?.()}
|
{@render hasDropdown?.()}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue