mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02: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:
parent
451416ec88
commit
39129721fa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user