Adjusted Sell Hitbox

This commit is contained in:
MasterGordon 2018-04-02 13:06:49 +02:00
parent 662e791c76
commit 8c6150dc0b
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ body {
}
#showmore {
width: 200;
width: 350;
height: 24;
position: fixed;
}

View File

@ -30,7 +30,7 @@ function style() {
$('#itemcount').css('margin-top', itemCountMarginTop)
$('#itemcount').css('margin-left', screenMarginLeft)
$('#showmore').css('margin-top', itemCountMarginTop)
$('#showmore').css('margin-left', screenMarginLeft + 520)
$('#showmore').css('margin-left', screenMarginLeft + 370)
$('#money').css('margin-top', itemCountMarginTop - 42)
$('#money').css('margin-left', screenMarginLeft + 3)
screenleftpos = screenMarginLeft