1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

fix(web): fix missing icons (#14737)

* Updates

* fix

* Revert "Updates"

This reverts commit 724b538101.

* format
This commit is contained in:
aviv926 2024-12-17 06:06:50 +02:00 committed by GitHub
parent a2dd9622a3
commit 2948b9ed29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,10 +100,7 @@
<div class="text-white"> <div class="text-white">
<CloseAction {onClose} /> <CloseAction {onClose} />
</div> </div>
<div <div class="flex gap-2 overflow-x-auto text-white" data-testid="asset-viewer-navbar-actions">
class="flex w-[calc(100%-3rem)] justify-end gap-2 overflow-hidden text-white"
data-testid="asset-viewer-navbar-actions"
>
{#if !asset.isTrashed && $user} {#if !asset.isTrashed && $user}
<ShareAction {asset} /> <ShareAction {asset} />
{/if} {/if}