Sébastien Lorber

Results 1472 comments of Sébastien Lorber

Note this page looks also weird on a vertical screen, we should fix that too: https://docusaurus.io/tests/docs ![CleanShot 2022-10-13 at 11 52 52](https://user-images.githubusercontent.com/749374/195565394-1574e65e-dcc4-4a3e-851e-826e1452b03d.png) 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` ![CleanShot 2022-08-09 at 18 36 17@2x](https://user-images.githubusercontent.com/749374/183708407-ae631bcc-36d4-48ef-b51d-c2b1d8c09582.png) 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...