You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend): tighten the nav rail and make the app shell lines continuous
The collapsed sidebar was 80px wide around 14-16px icons, and the rail
painted two different greys because the antd menu drew its own
background over the middle. The frame lines were nearly invisible, so
the rail edge and the top bars never read as one frame.
- Rail is 48px collapsed, one flat colour, darker than the content in
dark mode and white in light mode.
- New shell tokens (rail background, frame line, scroll thumb) so the
rail edge, the breadcrumb bar and the playground header share one line.
- Workflow sidebar header rows are 45px, so the rail's lines land on the
same y as the content's and carry straight across.
- The agent picker loses its own border inside the framed row.
- Configuration panel gets a quiet scrollbar: gutter always reserved, so
no content shift, thumb only on hover or focus.
0 commit comments