Search input should have search type

This commit is contained in:
Ian Renton
2025-11-08 18:44:37 +00:00
parent 8f553a59f8
commit d6cc2673dd
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
}
}