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
On large displays, the navbar's width isn't matched to the main content, footer, and it expands to the edges of the screen making it easy to miss the navbar's contents. (demonstrating the issue on docusaurus.io below in screenshot)
However, if max-width and justify-content are applied, it makes the navbar more consistent with the rest of the design.
I've added the following to my custom.css, and it seems to be working
On large displays, with main body having a max width, it's looks a bit out of place to have the menu items at the edges, and not have the navbar as the same width as the rest of the content.
Have you read the Contributing Guidelines on issues?
Description
On large displays, the navbar's width isn't matched to the main content, footer, and it expands to the edges of the screen making it easy to miss the navbar's contents. (demonstrating the issue on docusaurus.io below in screenshot)
However, if
max-widthandjustify-contentare applied, it makes the navbar more consistent with the rest of the design.I've added the following to my
custom.css, and it seems to be workingIssue
Suggested Change
Has this been requested on Canny?
No response
Motivation
On large displays, with main body having a max width, it's looks a bit out of place to have the menu items at the edges, and not have the navbar as the same width as the rest of the content.
When the nabar is the same max width as the content area, you don't need to scan the entire width of the screen. The entire page stays a vertical scannable area. For ex. https://developer.apple.com/documentation/Xcode/Xcode-Cloud
API design
No response
Have you tried building it?
No response
Self-service