0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 02:23:09 -05: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:
Corentin Hatte 2025-03-10 02:32:32 +01:00 committed by GitHub
parent 82624b0979
commit 2aac679185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@
widthStyle="100%"
/>
{#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" />
</div>
{/if}