Adjusted Sell Hitbox
This commit is contained in:
parent
662e791c76
commit
8c6150dc0b
|
|
@ -91,7 +91,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#showmore {
|
#showmore {
|
||||||
width: 200;
|
width: 350;
|
||||||
height: 24;
|
height: 24;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ function style() {
|
||||||
$('#itemcount').css('margin-top', itemCountMarginTop)
|
$('#itemcount').css('margin-top', itemCountMarginTop)
|
||||||
$('#itemcount').css('margin-left', screenMarginLeft)
|
$('#itemcount').css('margin-left', screenMarginLeft)
|
||||||
$('#showmore').css('margin-top', itemCountMarginTop)
|
$('#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-top', itemCountMarginTop - 42)
|
||||||
$('#money').css('margin-left', screenMarginLeft + 3)
|
$('#money').css('margin-left', screenMarginLeft + 3)
|
||||||
screenleftpos = screenMarginLeft
|
screenleftpos = screenMarginLeft
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue