From 2eddb3ad203dbf14ef53dc69905898db94be3290 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 20:18:17 +0100 Subject: [PATCH] =?UTF-8?q?Trefferz=C3=A4hler=20f=C3=BCr=20alle=20Suchfeld?= =?UTF-8?q?er=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/templates/index.html b/templates/index.html index 0c88ade..b14a12b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -97,6 +97,21 @@ .search-field { position: relative; } + .result-count { + position: absolute; + right: 10px; + top: 50%; + transform: translateY(-50%); + background-color: #e9ecef; + padding: 2px 8px; + border-radius: 12px; + font-size: 0.8em; + color: #6c757d; + display: none; + } + .result-count.visible { + display: block; + } @@ -108,18 +123,22 @@
+
+
+
+
@@ -127,6 +146,7 @@ 🔍 +
@@ -151,6 +171,7 @@