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

14 lines
142 B
SCSS

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