Sébastien Lorber
Sébastien Lorber
Note this page looks also weird on a vertical screen, we should fix that too: https://docusaurus.io/tests/docs  There's even a little layout shift on hydration:...
This is not a problem of vertical/horizontal/ratio but just having more vh than the sidebar + main content There are good existing repros to both problems here: - https://docusaurus.io/tests/docs -...
@pea-nut-z honestly not sure what I want exactly, need to see it live and play with it to feel the UX on different edge cases. Can you open a PR...
👍 Couldn't repro on react-live playground: https://react-live.netlify.app/ So this must be a Docusaurus bug 🤷♂️
Try running `docusaurus clear` to see if something changes. Otherwise submit a repro on v2.0.1
`Icon/Arrow` is not the component you are looking for. This is `Icon/Arrow` If you want to customize the sidebar category caret, we use CSS for that: ```css .menu__caret:before { background:...
We can assign a description close to each theme component, and we display those when you use `docusaurus swizzle --list`  The current description is...
> I have a very fancy solution—we can automatically wrap every component when we build our own site, and use a switch on our site which, when enabled, displays a...
Agree there's something weird here. I think it could be a regression of #7430, or it has always been there (this navbar item may not be used that much, and...
Note: maybe you would want "docs" to remain highlighted when browsing any doc? (ie have a "tab-like" highlighting pattern? 🤷♂️ Not having any navbar item highlighted could also be confusing...