+
-
diff --git a/src/styles/App.css b/src/styles/App.css
index 70f9c49..692d8bb 100644
--- a/src/styles/App.css
+++ b/src/styles/App.css
@@ -9,20 +9,31 @@ body {
display: flex;
flex: 1;
height: 100%;
+
+
}
-.mainContainer {
+.flex {
display: flex;
flex: 1;
+}
+
+.flexColumn {
flex-direction: column;
overflow: hidden;
}
-.appConainer {
+.editorContainer {
+ height: 70vh;
+}
+
+.consoleContainer {
+ height: 20vh;
display: flex;
- flex: 1;
+ flex: 1
}
+
.monaco-editor,
.overflow-guard {
width: 100% !important;
@@ -33,16 +44,15 @@ body {
word-break: break-all;
font-size: large;
font-family: sans-serif;
+ padding: 20px;
+ overflow-y: auto;
width: 100%;
- height: 100vh;
- padding: 20px 20px 120px 20px;
- overflow-y: scroll;
-
}
.console-light {
background-color: #fff;
- color: #3a3f44;
+ color: #3a3f44;
+ border-top: 1px solid #3a3f44;
}
.error {