Better Css Copy

This commit is contained in:
MasterGordon 2018-03-14 11:22:05 +01:00
parent 53e36f5f6f
commit 0c40c66c00
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}