From d6cc2673dd2281fc5c6d4092a4be4eb7ba2058ac Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sat, 8 Nov 2025 18:44:37 +0000 Subject: [PATCH] Search input should have search type --- views/webpage_spots.tpl | 2 +- webassets/css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/webpage_spots.tpl b/views/webpage_spots.tpl index 754d30c..89ff1c5 100644 --- a/views/webpage_spots.tpl +++ b/views/webpage_spots.tpl @@ -16,7 +16,7 @@

- + diff --git a/webassets/css/style.css b/webassets/css/style.css index c0bd092..c8ccbc5 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -44,7 +44,7 @@ div.container { /* SPOTS/ALERTS PAGES, SETTINGS/STATUS AREAS */ input#filter-dx-call { - max-width: 10em; + max-width: 12em; margin-right: 1rem; padding-left: 2em; } @@ -265,7 +265,7 @@ div.band-spot:hover span.band-spot-info { } /* Filter/search DX Call field should be smaller on mobile */ input#filter-dx-call { - max-width: 6em; + max-width: 9em; margin-right: 0; } }