[fix](trx-frontend-http): remove max-width constraint from settings panel

The scheduler/settings panel had a max-width: 900px that made it narrower
than the statistics panel which has no such constraint.

https://claude.ai/code/session_0151QL4vHke3z31jJKAtP1b1
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-30 16:09:40 +00:00
committed by Stan Grams
parent 5e51990275
commit f944cc0790
@@ -4385,7 +4385,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
========================================================================= */ ========================================================================= */
.sch-panel { .sch-panel {
padding: 1rem; padding: 1rem;
max-width: 900px;
} }
.sch-toast { .sch-toast {
position: fixed; position: fixed;