Fix more 14 layout issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -73,27 +73,21 @@ input.input-inline {
|
|||||||
/**
|
/**
|
||||||
* Generic app layout
|
* Generic app layout
|
||||||
*/
|
*/
|
||||||
#content-wrapper {
|
|
||||||
overflow: hidden;
|
#content {
|
||||||
position: fixed;
|
height: 100%;
|
||||||
|
min-height: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app.app-deck {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
#content {
|
#app-content {
|
||||||
height: calc(100% - 50px);
|
display: flex;
|
||||||
min-height: initial;
|
flex-direction: column;
|
||||||
}
|
|
||||||
|
|
||||||
.app.app-deck {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app-content {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user