Replies: 2 comments
-
|
Gosh your eyes are good! I barely noticed the changes 😂 |
Beta Was this translation helpful? Give feedback.
-
|
Actually, this is one of the goals of v2.0 to make this kind of customization more stable and robust: #6113 We don't really have a public API surface for such customizations. Adding a CSS var to control spacing everywhere would probably not work great in all cases (it would probably add some spacing in places you don't want to, or we would need to create many CSS variables, and are these CSS variables public API surface anyway? 🤷♂️ ) Adding stable class names to many theme components should help you achieve this with custom CSS. Maybe tell us exactly what are the elements you would want to customize or target with CSS, and we can allow making these customizations easily. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems the classic Docusaurus theme got slightly more ... cramped, I think (note how the text is closer from the edges, and sidebar items take a little bit less vertical space)? Could there be an easy way to revert these changes in our themes, potentially via overridable variables?
Before:

After:

Beta Was this translation helpful? Give feedback.
All reactions