Cleanup css

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-07-25 20:56:13 +02:00
parent 725ba6ff72
commit c33783ac81
2 changed files with 17 additions and 20 deletions

View File

@@ -73,27 +73,27 @@ input.input-inline {
/**
* Generic app layout
*/
.app.app-deck {
width: 100%;
height: 100%;
display: flex;
}
#app-content {
display: flex;
flex-direction: column;
}
#content-wrapper {
overflow: hidden;
position: fixed;
width: 100%;
height: 100%;
#content {
height: calc(100% - 50px);
min-height: initial;
}
.app.app-deck {
width: 100%;
height: 100%;
display: flex;
}
#app-content {
display: flex;
flex-direction: column;
}
}
/**