fixed properties

pull/1/head
LianaHus 5 years ago
parent d32f63d6df
commit f1c3a03bdd
  1. 2
      src/app.js
  2. 1
      src/app/components/side-panel.js
  3. 3
      src/app/tabs/styles/run-tab-styles.js

@ -93,8 +93,6 @@ var css = csjs`
top : 0; top : 0;
left : 50px; left : 50px;
bottom : 0; bottom : 0;
overflow : hidden;
overflow-y : auto;
} }
.highlightcode { .highlightcode {
position:absolute; position:absolute;

@ -6,7 +6,6 @@ const yo = require('yo-yo')
const css = csjs` const css = csjs`
.panel { .panel {
height: 100%; height: 100%;
overflow-y: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }

@ -8,11 +8,12 @@ var css = csjs`
} }
.instanceContainerTitle { .instanceContainerTitle {
font-weight: bold; font-weight: bold;
margin-bottom: 5%; margin-bottom: 25px;
font-size: 12px; font-size: 12px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-left: 15px; padding-left: 15px;
height: 0px;
} }
.settings { .settings {
margin-bottom: 2%; margin-bottom: 2%;

Loading…
Cancel
Save