[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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user