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 23, 2023
1 parent 983b22f commit 42ec495
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 @@ -356,8 +356,10 @@ function uiAdjustVKLayout() {
vkMap['l'].style = makeVKStyle(offTop, 0, vkw * 0.85, vkh * 0.9, fontSize * 0.9)
vkMap['r'].style = makeVKStyle(offTop, window.innerWidth - vkw * 0.9, vkw * 0.9, vkh * 0.9, fontSize * 0.9,)
$id('vk-menu').style = makeVKStyle(window.innerHeight - vkh - offTop, window.innerWidth / 2 - vkw / 2, vkw, vkh, fontSize);
$id('vk-menu').style.transform = 'scale(0.7)';
$id('vk-menu').style.position = 'fixed';
$id('vk-menu').style.bottom = '0';
$id('vk-menu').style.left = '50%';
$id('vk-menu').style.transform = 'translateX(-50%)';


offTop += baseSize * 0.62
Expand Down

0 comments on commit 42ec495

Please sign in to comment.