[fix](trx-frontend): group signal visuals in main tab

Wrap the waterfall and spectrum in a shared main-tab block so lower sections and other tabs keep consistent spacing.

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:37:53 +01:00
parent 6e8b23052d
commit e3c7231650
2 changed files with 36 additions and 28 deletions
@@ -512,6 +512,12 @@ small { color: var(--text-muted); }
position: relative;
z-index: 4;
}
.signal-visual-block {
display: flex;
flex-direction: column;
gap: 0;
margin-bottom: 0.9rem;
}
#rds-ps-overlay {
display: none;
position: absolute;
@@ -1003,7 +1009,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
/* ── Spectrum display ─────────────────────────────────────────────────── */
#spectrum-panel {
margin-bottom: 0.9rem;
margin-bottom: 0;
}
.spectrum-wrap {
position: relative;