p5.js-web-editor/client/styles/layout/_fullscreen.scss

16 lines
232 B
SCSS
Raw Normal View History

2016-08-18 00:13:17 +02:00
.fullscreen-preview {
display: flex;
width: 100%;
height: 100%;
flex-flow: column;
}
.fullscreen-preview__title {
width: 100%;
}
.fullscreen-preview__frame-wrapper {
width: 100%;
flex: 1 0 0%;
position: relative;
}