From 315fd85117821ef791845cfd7dd8d0d73f5ed3e9 Mon Sep 17 00:00:00 2001 From: nin0 Date: Mon, 21 Apr 2025 15:24:50 -0400 Subject: [PATCH] fix heart size --- src/components/windows/main/SpotifyCard.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/windows/main/SpotifyCard.astro b/src/components/windows/main/SpotifyCard.astro index 672e43a..127a1ef 100644 --- a/src/components/windows/main/SpotifyCard.astro +++ b/src/components/windows/main/SpotifyCard.astro @@ -86,9 +86,9 @@ import HeartIcon from "@assets/svg/heart.svg"; #loved-icon { display: var(--loved); position: absolute; + width: 20px; bottom: -6px; - right: -6px; - + right: -5px; fill: var(--red); filter: drop-shadow(0 0 5px #0000006d); }