mirror of
https://github.com/immich-app/immich.git
synced 2025-12-03 17:19:52 +09:00
fix(web): fix add to album modal text spacing (#9606)
* fix(web): fix add to album modal text spacing * Fix formatting
This commit is contained in:
@@ -50,8 +50,7 @@
|
||||
{#if variant === 'simple'}
|
||||
<span>{album.shared ? 'Shared' : ''}</span>
|
||||
{:else}
|
||||
<span>{album.assetCount} items</span>
|
||||
<span>{album.shared ? ' · Shared' : ''} </span>
|
||||
<span>{album.assetCount} items{album.shared ? ' - Shared' : ''}</span>
|
||||
{/if}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user