[fix](trx-frontend): mirror spectrum controls on waterfall

Remove the gap under the waterfall and extend tuning markers plus wheel, click, and bandwidth drag interactions to the overview canvas.

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:18:29 +01:00
parent 740d678357
commit a2872dece5
2 changed files with 126 additions and 4 deletions
@@ -482,7 +482,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 0 0.45rem;
margin: 0;
position: relative;
z-index: 4;
}