-
Notifications
You must be signed in to change notification settings - Fork 3
docs: Align sidebar carets to right edge across nesting levels #289
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
base: main
Are you sure you want to change the base?
Changes from all commits
ffbd5be
82c5f3a
815bad0
f214bc7
a8b542b
9c0da2a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Line 318) Citation: Per InlinePizza's feedback: removed right padding from
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Line 302) Citation: Per InlinePizza's feedback: also removed right padding from top-level summary elements (
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Line 314) Citation: Per InlinePizza's feedback: nested carets weren't aligning with top-level carets because nested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Line 396)
Citation: Requested by prithvi in Slack to align the down carets in the docs sidebar. The fix uses flexbox with
justify-content: space-betweenon summary elements to push carets consistently to the right edge.View source