From e2cc45e399781bb79d6b0ea971f17604c5ad3495 Mon Sep 17 00:00:00 2001 From: themitosan Date: Thu, 12 Sep 2024 13:49:29 -0300 Subject: [PATCH] code: misc changes --- App/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/js/main.js b/App/js/main.js index af96c72..51b9925 100644 --- a/App/js/main.js +++ b/App/js/main.js @@ -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' }); }