You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TOC is given the id -codedoc-toc, so you can style it via some custom stylesheets like this:
#-codedoc-toc {
width: ...
}
/** be sure to also provide an override for smaller screens **/@media screen and (max-width:1200px) {
#-codedoc-toc {
width: ...
}
}
Hi there,
codedoc is really nice! but one small question:
is there a simple way to decrease the width of the toc? It seems to be too big :)
thanks and best regards!
The text was updated successfully, but these errors were encountered: