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 18, 2023
1 parent 011267b commit 00f5c9e
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 @@ -357,7 +357,7 @@ function uiAdjustVKLayout() {
vkMap['r'].style = makeVKStyle(offTop, window.innerWidth - vkw * 0.85, vkw * 0.85, vkh * 0.85, fontSize * 0.85,)
$id('vk-menu').style = makeVKStyle(offTop, window.innerWidth / 2 - vkw / 2, vkw, vkh, fontSize);
$id('vk-menu').style.position = 'fixed';
$id('vk-menu').style.transform = 'scale(0.75)';
$id('vk-menu').style.transform = 'scale(0.85)';
$id('vk-menu').style.top = '0';
$id('vk-menu').style.left = '50%';
$id('vk-menu').style.transform += ' translateX(-75%)';
Expand Down

0 comments on commit 00f5c9e

Please sign in to comment.