[fix](trx-frontend): restore sdr frequency accent and waterfall gap

Keep the SDR frequency input accented without extra VFOs and restore the bottom spacing below the waterfall.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 10:31:35 +01:00
parent 93108c1248
commit da2cc91925
2 changed files with 6 additions and 2 deletions
@@ -508,7 +508,7 @@ small { color: var(--text-muted); }
.title { font-size: 1.4rem; font-weight: 700; display: inline-flex; align-items: center; gap: 0.35rem; }
.overview-strip {
width: 100%;
margin: 0;
margin: 0 0 0.45rem;
position: relative;
z-index: 4;
}