-
Notifications
You must be signed in to change notification settings - Fork 461
feat: customize toc; fix: visual regressions #4184
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
Conversation
| --toc-item-padding-left: 8px; | ||
| --toc-item-padding-right: 4px; | ||
| --toc-item-padding-top: 8px; | ||
| --toc-item-padding-bottom: 8px; | ||
| --toc-item-padding-left-mobile: 8px; | ||
| --toc-item-padding-right-mobile: 4px; | ||
| --toc-item-padding-top-mobile: 14px; | ||
| --toc-item-padding-bottom-mobile: 14px; | ||
| --toc-icon-size: 24px; |
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.
@whyoleg fyi the set of variables for customizing the white space in ToC
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.
It would be nice to mention those in the release notes
It would also be nice to mention the GH issue here in PR regarding ToC size concerns from users
| --toc-item-padding-left: 8px; | ||
| --toc-item-padding-right: 4px; | ||
| --toc-item-padding-top: 8px; | ||
| --toc-item-padding-bottom: 8px; | ||
| --toc-item-padding-left-mobile: 8px; | ||
| --toc-item-padding-right-mobile: 4px; | ||
| --toc-item-padding-top-mobile: 14px; | ||
| --toc-item-padding-bottom-mobile: 14px; | ||
| --toc-icon-size: 24px; |
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.
It would be nice to mention those in the release notes
It would also be nice to mention the GH issue here in PR regarding ToC size concerns from users
370fe64 to
cc4da42
Compare
fixes #3962