Fix search box appearance on mobile

This commit is contained in:
Ian Renton
2025-11-01 10:35:47 +00:00
parent a3ec923c56
commit 57d950c1ca
2 changed files with 11 additions and 1 deletions

View File

@@ -43,6 +43,12 @@ div.container {
/* SPOTS/ALERTS PAGES, SETTINGS/STATUS AREAS */
input#filter-dx-call {
max-width: 10em;
margin-right: 1rem;
padding-left: 2em;
}
div.appearing-panel {
display: none;
}
@@ -247,6 +253,10 @@ div.band-spot:hover span.band-spot-info {
margin-left: -1em;
margin-right: -1em;
}
input#filter-dx-call {
max-width: 6em;
margin-right: 0;
}
}
@media (min-width: 992px) {