Add CSS rules for 13 to be backward compatible

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-07-25 17:51:01 +02:00
parent e08c430422
commit bf9811bf11

29
css/comp-13.scss Normal file
View File

@@ -0,0 +1,29 @@
#content-wrapper #content {
height: 100%;
}
#app-content {
flex-grow: 1;
height: 100%;
}
#app-sidebar {
right: -500px;
max-width: 100%;
width: 500px;
display:flex;
flex-direction: column;
&.details-visible {
right: 0;
}
}
#app-content {
&.details-visible {
margin-right: 500px;
}
}
#content[class*='app-'] * {
box-sizing: border-box;
}