mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-19 03:26:28 +00:00
* fix(agent): offset main content by collapsed sidebar width to prevent overlap Add pl-14 (56px = w-14) to both main branches in SidebarLayout so the content is always offset to the right of the fixed overlay sidebar. Previously, on viewports narrower than ~1300px the expanded sidebar would visually overlap the left edge of the centered content. * fix(agent): DRY up sidebar offset — hoist pl-14 to parent div Move pl-14 from the two <main> branches to their shared parent div so any future layout branch gets the rail offset automatically. Functionally equivalent; verified NewTabChat uses absolute inset-0 relative to its own <main>, so the chat layout is unaffected.