From 8d3d7f9cc9f39d9b6530a7f08c62ef571c856259 Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 18 Nov 2018 17:26:02 +0900 Subject: [PATCH] --- view/theme/plusfuture/js/plusfuture.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/plusfuture/js/plusfuture.js b/view/theme/plusfuture/js/plusfuture.js index a9afd20..a164b0a 100644 --- a/view/theme/plusfuture/js/plusfuture.js +++ b/view/theme/plusfuture/js/plusfuture.js @@ -144,6 +144,10 @@ function toggleBside() { } else { $('html, body').css('overflow-x', 'hidden'); + $('main').css('left', '-576px'); + $('main').css('width', 'calc( 100% + 288px + 288px )'); + + $('main').addClass('region_3-on') $('#region_3').removeClass('d-none') $('
').appendTo('section');