Although I can change the width and position of different elements in the body of an r bookdown doc by modifying the page wrapper in the .css, is there a way to change the width of the sidebar by modifying the styles sheet?
I'm not looking to change the font or color of the words in the TOC, just the width. Something like:
width: 50px; margin-right: 0;
I don't need a wide sidebar, but I do need more width in the body.
I already widened the inner body as much as possible, so all that is left is the sidebar.