p5.js-web-editor/client/styles/layout/_fullscreen.scss
Basile Pesin 996a1b988a Fixes #692 (#713)
* Got the basis covered, now I need to style all this

* Corrected and upgraded Share window

* Changed the routes again, and set correct design

* Made some of the requested changes

* Removed PreviewFrame errors

* Redesigned Preview Header

* Corrected style of the FullView

* Corrected most of the css mistakes

* Corrected logo size
2018-10-18 14:10:37 -04:00

9 lines
182 B
SCSS

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