diff --git a/static/index.html b/static/index.html index 5a1b7e6..dd8adf0 100644 --- a/static/index.html +++ b/static/index.html @@ -11,8 +11,8 @@
- - + +
@@ -20,14 +20,14 @@
-
- - - - -
- Advanced + Filters +
+ + + + +
diff --git a/static/style.css b/static/style.css index 2cdcec8..7b7760f 100644 --- a/static/style.css +++ b/static/style.css @@ -117,6 +117,19 @@ html, body { user-select: none; } +.band-text { + display: inline-flex; + flex-direction: column; + line-height: 1.1; +} + +.band-sub { + font-size: 9px; + font-weight: 400; + opacity: 0.45; + align-self: flex-end; +} + .band-2m { color: #1976D2; } @@ -224,8 +237,8 @@ html, body { .count { margin-left: auto; - font-size: 12px; - color: var(--text-faint); + font-size: 10px; + color: var(--text-fainter); white-space: nowrap; }