Move app sidebar handling to angular/css

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-07-25 20:51:41 +02:00
parent bf9811bf11
commit 725ba6ff72
5 changed files with 43 additions and 23 deletions

View File

@@ -27,3 +27,15 @@
#content[class*='app-'] * {
box-sizing: border-box;
}
body:not(.snapjs-left) {
.app-navigation-hide {
#app-content {
margin-left: 0 !important; /* overwrite margin since we want the translateX to handle it*/
}
#app-navigation {
display: none;
}
}
}