From 69e719780c911a1d21e57655e315399865cc7c28 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sun, 31 Aug 2025 21:09:34 +0200 Subject: [PATCH] Card.svelte: fix top-right icon offset --- src/lib/components/Card.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/Card.svelte b/src/lib/components/Card.svelte index 667641b..a65c034 100644 --- a/src/lib/components/Card.svelte +++ b/src/lib/components/Card.svelte @@ -56,8 +56,8 @@ const img_name=recipe.short_name + ".webp?v=" + recipe.dateModified background: none; cursor: pointer; position: absolute; - top: 15px; - right: 15px; + top: -25px; + right: -25px; width: 50px; height: 50px; border-radius: 50%;