p5.js-web-editor/client/styles/layout/_ide.scss
2016-06-22 18:52:55 -04:00

19 lines
189 B
SCSS

.ide {
display: flex;
flex-direction: row;
height: 100%;
flex-wrap: wrap;
}
.editor-holder {
width: 50%;
height: 100%;
}
.preview-frame {
width: 50%;
}
.toolbar {
width: 100%;
}