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 29c9d28 commit e381413
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 @@ -358,7 +358,7 @@ function uiAdjustVKLayout() {
$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.65)';
$id('vk-menu').style.top = '0';
$id('vk-menu').style.bottom = '0';
$id('vk-menu').style.left = '50%';
$id('vk-menu').style.transform += ' translateX(-75%)';

Expand Down

0 comments on commit e381413

Please sign in to comment.