diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-08 20:25:58 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:46 -0700 |
commit | 152276c1d72146ef6778f29264a7b4d93849a201 (patch) | |
tree | a7f41cee44ba07c2ba30e2678760be66c042d66e /theme/stylesheets/website/summary.less | |
parent | 275eedf076eaf6d838dbbbc4039aba9b31fda13f (diff) | |
download | gitbook-152276c1d72146ef6778f29264a7b4d93849a201.zip gitbook-152276c1d72146ef6778f29264a7b4d93849a201.tar.gz gitbook-152276c1d72146ef6778f29264a7b4d93849a201.tar.bz2 |
Improve display of sidebar on mobile
Diffstat (limited to 'theme/stylesheets/website/summary.less')
-rwxr-xr-x | theme/stylesheets/website/summary.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/website/summary.less b/theme/stylesheets/website/summary.less index e65366b..9b614a7 100755 --- a/theme/stylesheets/website/summary.less +++ b/theme/stylesheets/website/summary.less @@ -109,7 +109,7 @@ } @media (max-width: @sidebar-breakpoint) { - width: 100%; + width: calc(~"100% - 60px"); bottom: 0px; left: -100%; } |