Starting to implement Run/Pause switch #3

This commit is contained in:
Ian Renton
2025-12-23 22:52:21 +00:00
parent 70dc1b495c
commit 61fc0b9d0f
4 changed files with 44 additions and 24 deletions

View File

@@ -82,10 +82,19 @@ div.container {
input#search {
max-width: 12em;
margin-left: 1rem;
margin-right: 1rem;
padding-left: 2em;
}
i#searchicon {
position: absolute;
left: 1rem;
top: 2px;
padding: 10px;
pointer-events: none;
}
div.appearing-panel {
display: none;
}
@@ -336,10 +345,12 @@ div.band-spot:hover span.band-spot-info {
max-height: 26em;
overflow: scroll;
}
/* Filter/search DX Call field should be smaller on mobile */
/* No search on mobile */
input#search {
max-width: 9em;
margin-right: 0;
display: none;
}
i#searchicon {
display: none;
}
}