mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
format
This commit is contained in:
@@ -273,11 +273,11 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if !!assetOwner}
|
{#if !!assetOwner}
|
||||||
<div class="absolute bottom-1 end-2 max-w-[50%]">
|
<div class="absolute bottom-1 end-2 max-w-[50%]">
|
||||||
<p class="text-xs font-medium text-white drop-shadow-lg max-w-[100%] truncate">
|
<p class="text-xs font-medium text-white drop-shadow-lg max-w-[100%] truncate">
|
||||||
{assetOwner.name}
|
{assetOwner.name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if !authManager.isSharedLink && showArchiveIcon && asset.visibility === AssetVisibility.Archive}
|
{#if !authManager.isSharedLink && showArchiveIcon && asset.visibility === AssetVisibility.Archive}
|
||||||
|
|||||||
Reference in New Issue
Block a user