mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 12:21:25 +00:00
On screens under 1100px, the nav groups were displaying in a confusing grid-like pattern. This flattens all nav items into a single horizontal scrollable row using display:contents to unwrap the group containers. Also fixes the issue where collapsed nav groups would hide items on mobile (where the toggle button is hidden), making them inaccessible.