mirror of
https://github.com/immich-app/immich.git
synced 2025-04-14 12:06:25 +02:00
feat(web): show memories in portrait on small screens (#16213)
This commit is contained in:
parent
376282e538
commit
9c95adc7fb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
{#each $memoryStore as memory (memory.yearsAgo)}
|
{#each $memoryStore as memory (memory.yearsAgo)}
|
||||||
{#if memory.assets.length > 0}
|
{#if memory.assets.length > 0}
|
||||||
<a
|
<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}"
|
href="{AppRoute.MEMORY}?{QueryParameter.ID}={memory.assets[0].id}"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Add table
Reference in a new issue