film-exif/public/css/app.css

25 lines
236 B
CSS

/**
* Custom styles for electron app
*/
/*! Classes */
.abs-center {
height: auto;
margin: auto;
width: auto;
}
.full-height {
height: 100%;
}
/*! Elements */
html, body {
height: 100vh;
}
/*! Ids */
#app {
height: 100vh;
}