Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Jan 16, 2024
1 parent 7d91dd6 commit aae192f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ function uiAdjustVKLayout() {
vkw = baseSize * 0.4
vkh = baseSize * 0.4
fontSize = baseSize * 0.4
vkMap['select'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 - vkw * 2.35 - 14 * window.innerHeight / 100, vkw, vkh, fontSize);
vkMap['start'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 + vkw * 1.35 + 14 * window.innerHeight / 100, vkw, vkh, fontSize);
vkMap['select'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 - vkw * 2.35 - 13 * window.innerHeight / 100, vkw, vkh, fontSize);
vkMap['start'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 + vkw * 1.35 + 13 * window.innerHeight / 100, vkw, vkh, fontSize);

}

Expand Down

0 comments on commit aae192f

Please sign in to comment.