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 808def1 commit 414094d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,9 @@ function uiAdjustVKLayout() {
$id('vk-menu').style.position = 'fixed';
$id('vk-menu').style.transform = 'scale(0.5)';
$id('vk-menu').style.bottom = '0';
$id('vk-menu').style.left = '0';





$id('vk-menu').style.left = '50%';
$id('vk-menu').style.transformOrigin = 'bottom center';
$id('vk-menu').style.marginLeft = '-' + (vkw / 4) + 'px';


offTop += baseSize * 0.62
Expand Down

0 comments on commit 414094d

Please sign in to comment.