From 71f3aa8cbc97b73c58c265f9fa93bafd064f8d2b Mon Sep 17 00:00:00 2001 From: chronis10 Date: Mon, 3 Jun 2024 03:58:06 +0300 Subject: [PATCH] windows arrange fixes --- front-end/src/routes/Router.tsx | 8 ++++---- front-end/src/views/blockly-page/BlocklyPage.tsx | 8 ++++---- front-end/src/views/monaco-page/MonacoPage.tsx | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/front-end/src/routes/Router.tsx b/front-end/src/routes/Router.tsx index 10fe944..ca77b9a 100644 --- a/front-end/src/routes/Router.tsx +++ b/front-end/src/routes/Router.tsx @@ -119,9 +119,9 @@ const Router = [ path: '/interactive-page', element: ( - + {/* */} - + {/* */} ), children: [ @@ -144,9 +144,9 @@ const Router = [ path: '/tutorials-page', element: ( - + {/* */} - + {/* */} ), children: [ diff --git a/front-end/src/views/blockly-page/BlocklyPage.tsx b/front-end/src/views/blockly-page/BlocklyPage.tsx index 8c8e291..fc4ceef 100644 --- a/front-end/src/views/blockly-page/BlocklyPage.tsx +++ b/front-end/src/views/blockly-page/BlocklyPage.tsx @@ -227,8 +227,8 @@ const BlocklyPage = () => { {loading && isSimulatorLoading ? ( ) : ( - - + + {/* column */} { )} - + @@ -298,7 +298,7 @@ const BlocklyPage = () => { {/* Terminal */} { {loading && isSimulatorLoading ? ( ) : ( - - + + @@ -327,7 +327,7 @@ const MonacoPage: React.FC = () => { )} - + {