Replies: 1 comment 4 replies
-
Currently the breakpoint isn't configurable. In 1.3 we expect the sidebar, body, and margin width to be more easily controllable, which may help address this, though it isn't directly changing the breakpoint... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've lately been playing around with Quarto and I am most likely move all of my reporting from Jupyterbook to it, but there is a small issue that keeps irking me and I don't know if it's possible to solve within the Quarto API.
The thing is: I would like to be able to control when the sidebar is hidden/collapsed as a function of page width.
A collapse sidebar button as discussed in #472, would be great too.
The default behavior now is has the sidebar showing both in
floating
anddocked
mode until the page goes under a specific width, when it just is hidden and the main body takes most of the width. The limit, however, is still too slim for my taste, and I would like to be able to set up a higher threshold so that the text is still legible at narrower page widths.Is this something possible to control at this point from the
_quarto.yml
config or maybe modifying the site's CSS might solve it?Beta Was this translation helpful? Give feedback.
All reactions