diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-09-27 17:08:34 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-09-27 17:08:34 +0200 |
commit | bc5df83846a94fdbbfe7e1ca41489162e3a0dc47 (patch) | |
tree | 30d78df7c33723f6a8b3f2c0ba56937dd7e75cce /packages/gitbook-plugin-theme-default/src/index.js | |
parent | f1ef1902f360e111587858f73972369b734a0237 (diff) | |
download | gitbook-bc5df83846a94fdbbfe7e1ca41489162e3a0dc47.zip gitbook-bc5df83846a94fdbbfe7e1ca41489162e3a0dc47.tar.gz gitbook-bc5df83846a94fdbbfe7e1ca41489162e3a0dc47.tar.bz2 |
Start designing toolbar
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/index.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/index.js b/packages/gitbook-plugin-theme-default/src/index.js index 2ef5c63..a8eeb91 100644 --- a/packages/gitbook-plugin-theme-default/src/index.js +++ b/packages/gitbook-plugin-theme-default/src/index.js @@ -33,7 +33,7 @@ let ThemeBody = React.createClass({ <Sidebar summary={summary} /> </GitBook.FlexBox> ) : null} - <GitBook.FlexBox col={9}> + <GitBook.FlexBox col={sidebar.open ? 9 : 12}> <Body page={page} /> </GitBook.FlexBox> </GitBook.FlexLayout> |