From c6f170e1fc17335835d3fca9d88a9db7f55cb13e Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 20:38:24 +0100 Subject: [PATCH] =?UTF-8?q?Abstand=20zwischen=20Reset-Icon=20und=20Treffer?= =?UTF-8?q?zahl=20vergr=C3=B6=C3=9Fert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 647705e..0f14731 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,7 +53,7 @@ display: none; } .reset-icon { - right: 35px; + right: 45px; } .reset-icon.visible { display: block; @@ -120,6 +120,7 @@ font-size: 0.8em; color: #6c757d; display: none; + z-index: 1; } .result-count.visible { display: block;