Skip to content

Commit

Permalink
code: misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Sep 12, 2024
1 parent 45120ec commit e2cc45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ const APP = {
TMS.css('body', { 'background-color': '#002' });
TMS.css('APP_CANVAS', { 'border-radius': '0px' });
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' });
TMS.css('MENU_RIGHT', { 'top': '40px', 'height': 'calc(100% - 68px)', 'transition-duration': '0s' });

}

Expand Down

0 comments on commit e2cc45e

Please # to comment.