ayush00git opened a new pull request, #469: URL: https://github.com/apache/fory-site/pull/469
## What The docs sidebar renders at roughly double its intended width on wide screens. ## Why The previous fix (#468) widened the sidebar container by the navbar offset (`(100vw - 1280px)/2`) so the padded menu wouldn't clip. On a 1920px-wide screen that offset is ~320px, so `--doc-sidebar-width` became `300px + 320px = 620px` — about double the intended 300px. ## How - Revert `--doc-sidebar-width` to the panel width (300px). - Use the normal `--fory-doc-sidebar-inset` for the menu's left padding instead of the large navbar offset. - Remove the now-unused `--fory-doc-sidebar-offset` variable. The sidebar now stays a consistent 300px at every screen width with no clipping. Trade-off: the menu text no longer aligns under the centered navbar logo. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
