Skip to content

Commit

Permalink
winefix: remove some animations
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Sep 12, 2024
1 parent e70bfb6 commit 45120ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions App/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,12 @@ const APP = {
TMS.css('BTN_RESET_ZOOM', fixMargin);
TMS.css('MENU_TOP', { 'top': '0px' });
TMS.css('APP_DRAG_BAR_ACTIONS', hideCss);
TMS.css('APP_GAME_DATA', { 'top': '40px' });
TMS.css('BTN_PICK_BG_COLOR_BOTTOM', fixMargin);
TMS.css('body', { 'background-color': '#002' });
TMS.css('APP_CANVAS', { 'border-radius': '0px' });
TMS.css('MENU_RIGHT', { 'top': '40px', 'height': 'calc(100% - 68px)' });
TMS.css('APP_GAME_HINTS', { 'transition-duration': '0s' });
TMS.css('MENU_RIGHT', { 'top': '40px', 'height': 'calc(100% - 68px)', 'transition-duration': '0s' });
TMS.css('APP_GAME_DATA', { 'top': '40px', 'transition-duration': '0s' });

}

Expand Down

0 comments on commit 45120ec

Please # to comment.