diff --git a/templates/index.html b/templates/index.html index 0f14731..e505b93 100644 --- a/templates/index.html +++ b/templates/index.html @@ -109,21 +109,25 @@ .search-field { position: relative; } + .result-counts { + display: flex; + flex-wrap: wrap; + gap: 1rem; + margin-bottom: 1rem; + padding: 0.5rem; + background-color: #f8f9fa; + border-radius: 4px; + } .result-count { - position: absolute; - right: 10px; - top: 50%; - transform: translateY(-50%); background-color: #e9ecef; - padding: 2px 8px; + padding: 4px 12px; border-radius: 12px; - font-size: 0.8em; + font-size: 0.9em; color: #6c757d; display: none; - z-index: 1; } .result-count.visible { - display: block; + display: inline-block; } .location-pin { color: #dc3545; @@ -142,25 +146,21 @@ -