[fix](trx-frontend-http): remove max-width constraint on statistics panel

The statistics tab had max-width: 72rem (1152px) while its parent .card
container uses --card-base-max-width: 1280px. This made the stats panel
visibly narrower than the header. Removing the constraint lets the panel
fill the card width like all other tab panels.

https://claude.ai/code/session_01SfhMwN8YKKEdA3f3JyfwUZ
Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-30 07:42:04 +00:00
committed by Stan Grams
parent c85a9c9bc4
commit 9188b8ae4f
@@ -4982,7 +4982,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
flex-direction: column;
gap: 1rem;
padding: 1rem;
max-width: 72rem;
}
.stats-controls {
display: flex;