From de4bfe2f99c2570bbc3dde5e5e8589b4b1501e13 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 22:25:07 +0200 Subject: [PATCH] auto-git: [change] index.html --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index d780fd7..b76edf3 100644 --- a/index.html +++ b/index.html @@ -195,11 +195,10 @@ .paw-queued { position: absolute; top: 33px; /* so weit nach unten */ - right: 0px; /* nur ganz am Rand, feintune hier! */ + right: 60px; /* nur ganz am Rand, feintune hier! */ width: 2rem; height: 2rem; filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10)); - transform: translateX(-60px) rotate(var(--paw-rotate, 0deg)); /* -60px nach innen */ pointer-events: none; z-index: 10; }