mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
fix(web): remove margin on last memory item (#16665)
This commit is contained in:
parent
2eeed6524f
commit
e03d7f888e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
{#each $memoryStore as memory (memory.id)}
|
||||
{#if memory.assets.length > 0}
|
||||
<a
|
||||
class="memory-card relative mr-8 inline-block aspect-[3/4] md:aspect-[4/3] xl:aspect-video h-[215px] rounded-xl"
|
||||
class="memory-card relative mr-8 last:mr-0 inline-block aspect-[3/4] md:aspect-[4/3] xl:aspect-video h-[215px] rounded-xl"
|
||||
href="{AppRoute.MEMORY}?{QueryParameter.ID}={memory.assets[0].id}"
|
||||
>
|
||||
<img
|
||||
|
|
Loading…
Add table
Reference in a new issue