We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e116f49 commit 82aacd2Copy full SHA for 82aacd2
menu.js
@@ -26,11 +26,13 @@ jQuery('.sidebar-toggle').click(function() {
26
jQuery('.next_link').hide();
27
jQuery('.wrapper').css("overflow", "hidden");
28
jQuery('.wrapper').css("margin-left", "300px");
29
+ jQuery('.wrapper').css("margin-right", "-300px");
30
jQuery('.sidebar').css("margin-left", "0px");
31
} else {
32
// its already on the screen
33
jQuery('.wrapper').css("margin-left", "0px");
34
jQuery('.sidebar').css("margin-left", "-300px");
35
+ jQuery('.wrapper').css("margin-right", "0px");
36
jQuery('.prev_link').show();
37
jQuery('.next_link').show();
38
}
0 commit comments