p5.js-web-editor/styles/layout/_ide.scss

19 lines
188 B
SCSS
Raw Normal View History

2016-05-11 04:22:32 +02:00
.app {
display: flex;
flex-direction: row;
height: 100%;
2016-05-11 19:19:37 +02:00
flex-wrap: wrap;
2016-05-11 04:22:32 +02:00
}
.editor-holder {
width: 50%;
height: 100%;
}
.preview-frame {
width: 50%;
2016-05-11 19:19:37 +02:00
}
.toolbar {
width: 100%;
2016-05-11 04:22:32 +02:00
}