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

10 lines
182 B
SCSS

.fullscreen-preview {
display: flex;
width: 100%;
height: 100%;
flex-flow: column;
@include themify() {
background-color: getThemifyVariable('background-color');
}
}