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 6b5d698 commit 28a1c12
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 @@ -383,7 +383,7 @@ function uiAdjustVKLayout() {
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, vkh, fontSize)
vkMap['start'].style = makeVKStyle(offTop + abxyHeight - vkh, window.innerWidth / 2 + vkw * 1.5 - vkw * 0.05, 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)
}

function uiUpdateLayout() {
Expand Down

0 comments on commit 28a1c12

Please sign in to comment.