mirror of
https://github.com/immich-app/immich.git
synced 2025-06-20 17:03:14 +02:00
fix(web): Update people-card favorite position (#16746)
Update people-card favorite position Move heart icon a bit more inward to mak it more visible
This commit is contained in:
parent
82624b0979
commit
2aac679185
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
widthStyle="100%"
|
widthStyle="100%"
|
||||||
/>
|
/>
|
||||||
{#if person.isFavorite}
|
{#if person.isFavorite}
|
||||||
<div class="absolute top-2 left-2">
|
<div class="absolute top-4 left-4">
|
||||||
<Icon path={mdiHeart} size="24" class="text-white" />
|
<Icon path={mdiHeart} size="24" class="text-white" />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue