tomjoht / documentation-theme-jekyll

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.

Home Page:http://idratherbewriting.com/documentation-theme-jekyll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggling nav when nav hidden still resizes content

aJanuary opened this issue · comments

If you hide the navbar on a page using hide_sidebar: true in the frontmatter, then click the toggle nav button to "hide" the sidebar, the content gets narrower.

I would expect either the toggle to do nothing, or for the toggle button to be disabled if the sidebar is hidden. Either way, I would not expect the width of the content to change.