From 0c40c66c0052d9d68bb4ce8c81dde596947f10cf Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Wed, 14 Mar 2018 11:22:05 +0100 Subject: [PATCH] Better Css Copy --- js/resize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/resize.js b/js/resize.js index acd55b9..517d27a 100644 --- a/js/resize.js +++ b/js/resize.js @@ -14,7 +14,7 @@ function style() { $('#build').css("height", window.innerHeight-topp-576-32) $('#build').css("margin-left", $('#screen').css("margin-left")); $('#build').css("margin-top", (parseInt(topp)+576+16)); - $('#info').copyCSS('#build') + $('#info').copyCSS('#build', ['height','margin-top','width']) $('#info').css("margin-left", pxToInt($('#screen').css("margin-left"))+16+(1200/2)-8) }