Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Oct 19, 2023
1 parent 5aa09f2 commit bd69d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ 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 * 1.5 - vkw * 0.05 - vkw * 0.025, vkw, vkh, fontSize)
vkMap['select'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 - vkw * 1.5 - vkw * 0.05 - vkw * 0.5, vkw, vkh, fontSize)
vkMap['start'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 + vkw * 1.5 - vkw * 0.05 - vkw * 0.05, vkw, vkh, fontSize)
}

Expand Down

0 comments on commit bd69d71

Please sign in to comment.