From 4e2703ba0af6ea9c7efb31960de105d08a3e53f5 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 20:56:32 +0100 Subject: [PATCH] Reset-Icon in den Suchfeldern ganz rechts positioniert --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 04fea3c..39736f0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,7 +53,10 @@ display: none; } .reset-icon { - right: 45px; + right: 10px; + } + .search-icon { + right: 35px; } .reset-icon.visible { display: block;