-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restyle PageAside
to use sidebar list styles
#2680
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: a0aa669 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GitBook Preview |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
packages/gitbook/src/components/RootLayout/CustomizationRootLayout.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Valentino Hudhra <[email protected]>
This PR adds support for the new sidebar list styles introduced in #2645 to the right sidebar, along with improved top margin and visual cleanup of the right sidebar as a whole.
New list styles
Same as left sidebar:
default
,pill
, andline
(using the same user customisation setting).default.mov
pill.mov
line.mov
In addition to the three styles, when a user's system reports wanting more contrast, all three styles get more borders and thicker text:
default-contrast.mov
API blocks
Before & After