[fix](trx-frontend-http): keep control tray within width

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 00:52:12 +01:00
parent cd045d353c
commit 8d4a729d7c
@@ -109,6 +109,7 @@ body {
gap: 0.95rem; gap: 0.95rem;
width: max(100%, 58rem); width: max(100%, 58rem);
min-width: 0; min-width: 0;
box-sizing: border-box;
padding: 0.95rem 1rem 1rem; padding: 0.95rem 1rem 1rem;
border: 1px solid color-mix(in srgb, var(--border-light) 85%, transparent); border: 1px solid color-mix(in srgb, var(--border-light) 85%, transparent);
border-radius: 1rem; border-radius: 1rem;