nextra
nextra copied to clipboard
How do I change the length of sidebar in theme.config.tsx
it is currently defaulted to nx-w-64
. We should have a way to change the width of the sidebar. Also, if there is more content added after the sidebar the links on the page get compressed (without a scroll bar)
Hi @abhaytalreja ! Did you find a way to modify the width of the sidebar?
UPDATE - I've created this issue; https://github.com/shuding/nextra/issues/2666
Hey @james-bowers. I tried to modify the width of the sidebar, by tweaking the principal CSS file. It served as a workaround, but use extreme caution, other stylings might break when doing so, as it did in my case.
Thanks for getting back to me @AnanyaGB, really appreciate it! I've opened a new issue to see how we can avoid those extra breakages for things like toggling the sidebar menu when setting a width for the sidebar in the CSS
https://github.com/shuding/nextra/issues/2666