mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
773d093ace
commit
234a95960b
3 changed files with 23 additions and 14 deletions
|
|
@ -159,9 +159,13 @@
|
|||
{/if}
|
||||
|
||||
<!-- ALBUM DESCRIPTION -->
|
||||
<p class="mb-12 mt-6 w-full pb-2 text-left text-lg font-medium dark:text-gray-300">
|
||||
{album.description}
|
||||
</p>
|
||||
{#if album.description}
|
||||
<p
|
||||
class="whitespace-pre-line mb-12 mt-6 w-full pb-2 text-left font-medium text-base text-black dark:text-gray-300"
|
||||
>
|
||||
{album.description}
|
||||
</p>
|
||||
{/if}
|
||||
</section>
|
||||
</AssetGrid>
|
||||
<UpdatePanel {assetStore} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue