[fix](trx-frontend-http): restore full-width spectrum layout

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-19 00:00:28 +01:00
parent fb6a27068b
commit f85e24a92f
@@ -34,7 +34,6 @@
--card-base-max-width: 1280px;
--card-max-width: 1600px;
--card-bookmark-gutter: 4rem;
--signal-visual-max-width: 67.5rem;
--spectrum-bookmark-side-width: 6.5rem;
--spectrum-bookmark-side-offset: 8.85rem;
}
@@ -632,8 +631,7 @@ small { color: var(--text-muted); }
display: flex;
flex-direction: column;
gap: 0;
width: min(100%, var(--signal-visual-max-width));
margin: 0 auto 0.9rem;
margin-bottom: 0.9rem;
}
#signal-split-control {
position: absolute;