summaryrefslogtreecommitdiffstats
path: root/src/resize.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/resize.js')
-rw-r--r--src/resize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resize.js b/src/resize.js
index 8365b25..a80dece 100644
--- a/src/resize.js
+++ b/src/resize.js
@@ -38,7 +38,7 @@ function resizeWidth()
{
var windowWidth = $(window).width() + "px";
var sidenavWidth = $(sidenav).outerWidth();
- content.css({marginLeft:parseInt(sidenavWidth)+6+"px"}); //account for 6px-wide handle-bar
+ content.css({marginLeft:parseInt(sidenavWidth)+"px"});
writeCookie('width',sidenavWidth, null);
}