Commit 92e1707c authored by Jacob Schatz's avatar Jacob Schatz

Revert "Add experimental flex css."

This reverts commit a89231ca.
parent e0b33e27
...@@ -42,8 +42,6 @@ ...@@ -42,8 +42,6 @@
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
color: $almost-black; color: $almost-black;
display: flex;
height: 600px;
header { header {
background: $gray-light; background: $gray-light;
...@@ -51,9 +49,8 @@ ...@@ -51,9 +49,8 @@
} }
.panel-right { .panel-right {
display: flex; display: inline-block;
width: 80%; width: 80%;
flex-direction: column;
.monaco-editor.vs { .monaco-editor.vs {
.line-numbers { .line-numbers {
...@@ -146,8 +143,7 @@ ...@@ -146,8 +143,7 @@
} }
#ide { #ide {
flex: 1; height: 75vh;
min-height: 0;
} }
#repo-file-buttons { #repo-file-buttons {
...@@ -209,15 +205,12 @@ ...@@ -209,15 +205,12 @@
#sidebar { #sidebar {
table {
margin-bottom: 0;
}
&.sidebar-mini { &.sidebar-mini {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
width: 20%; width: 20%;
border-right: 1px solid $white-normal; border-right: 1px solid $white-normal;
height: 100vh;
overflow: auto; overflow: auto;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment