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 414094d commit 99717bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ function uiAdjustVKLayout() {
$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';


offTop += baseSize * 0.62
Expand Down

0 comments on commit 99717bf

Please sign in to comment.