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 b202843 commit 4953cd4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,11 @@ function uiAdjustVKLayout() {
$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.marginLeft = '-' + (vkw * 0.375) + 'px';
$id('vk-menu').style.marginBottom = '-' + (vkh * 0.75) + 'px';
$id('vk-menu').style.marginTop = 'auto';




offTop += baseSize * 0.62
vkw = baseSize
vkh = baseSize
Expand Down

0 comments on commit 4953cd4

Please sign in to comment.