1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

feat(web): show memories in portrait on small screens (#16213)

This commit is contained in:
Lukas
2025-02-20 00:15:45 +01:00
committed by GitHub
parent 376282e538
commit 9c95adc7fb

View File

@ -74,7 +74,7 @@
{#each $memoryStore as memory (memory.yearsAgo)}
{#if memory.assets.length > 0}
<a
class="memory-card relative mr-8 inline-block aspect-video h-[215px] rounded-xl"
class="memory-card relative mr-8 inline-block aspect-[3/4] md:aspect-video h-[215px] rounded-xl"
href="{AppRoute.MEMORY}?{QueryParameter.ID}={memory.assets[0].id}"
>
<img