Changelog entry
War Room UI: responsive layout and combatant panels (Issue #775)
2026-04-02
- War Room combatant panel grid now switches to side-by-side at 768px (`md`) instead of 1280px (`xl`), making the tablet range usable.
- Added `min-w-0` to both nation panels so grid columns can shrink below content-intrinsic width, preventing horizontal overflow at 375px mobile.
- VS card padding reduced to `py-2` on mobile and restored to `py-4` at `md+`; VS text scales from `36px` → `44px` → `56px` across `base`/`md`/`xl` breakpoints.
- Page root (`overflow-x-hidden`) prevents horizontal viewport bleed on narrow screens.
- No combat logic or API behavior changes.