More bands, filters layout, screenshots #7

This commit is contained in:
Ian Renton
2025-10-03 11:56:04 +01:00
parent 222e3d9c5e
commit f725e0e57b
7 changed files with 56 additions and 39 deletions

View File

@@ -16,6 +16,11 @@ span.flag-wrapper {
cursor: default;
}
span.band-bullet {
display: inline-block;
cursor: default;
}
span.icon-wrapper {
display: inline-block;
width: 1.5em;
@@ -25,7 +30,7 @@ span.icon-wrapper {
span.freq-mhz {
display: inline-block;
min-width: 1.5em;
min-width: 1.7em;
text-align: right;
font-weight: bold;
}
@@ -53,10 +58,6 @@ div.appearing-panel {
display: none;
}
div.status-card {
max-width: 18rem;
}
p.filter-card-text {
line-height: 2.5em !important;
}