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 99717bf commit 70b325f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,14 @@ function uiAdjustVKLayout() {
vkMap['r'].style = makeVKStyle(offTop, window.innerWidth - vkw, vkw, vkh, fontSize)
$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.5)';
$id('vk-menu').style.transform = 'scale(0.75)';
$id('vk-menu').style.bottom = '0';
$id('vk-menu').style.left = '50%';
$id('vk-menu').style.transformOrigin = 'bottom center';
$id('vk-menu').style.marginLeft = '-' + (vkw / 4) + 'px';
$id('vk-menu').style.marginBottom = '-' + (vkh / 2) + 'px';
$id('vk-menu').style.marginTop = 'auto';



offTop += baseSize * 0.62
Expand Down

0 comments on commit 70b325f

Please sign in to comment.