From c639d61eace9b17345c2c9bdf809047d0114bba3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 22:25:14 +0200 Subject: [PATCH] Adjust right margin of .paw-queued class --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b76edf3..15ed3e2 100644 --- a/index.html +++ b/index.html @@ -193,7 +193,7 @@ } .paw-queued { - position: absolute; + position: absolute; top: 33px; /* so weit nach unten */ right: 60px; /* nur ganz am Rand, feintune hier! */ width: 2rem;