mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 13:36:06 +00:00
The workspace rail and message detail panel keyed layout off viewport media queries, so narrow split-view panes and compact windows got crushed side-by-side columns, and below 1120px the rail was display:none with no way to reach workspace files. Chat panes now measure their own width with a ResizeObserver: under 800px the rail presents as the existing bottom-dock strip (side-dock controls hide), and when the chat + detail split has under 680px the detail panel stacks below the thread with a horizontal resize divider. The phone full-screen detail takeover is unchanged. Bottom-strip path and summary rows no longer flex-shrink into clipped text. Closes #104023