Design update

This commit is contained in:
Patrick Jentsch
2024-11-15 15:21:26 +01:00
parent 6aacac2419
commit ee7f64f5be
10 changed files with 165 additions and 76 deletions

View File

@ -7,26 +7,15 @@
*
* Read more: https://materializecss.com/sidenav.html#variations
*/
body[data-sidenav-fixed="true" i] main,
body[data-sidenav-fixed="true" i] footer {
padding-left: 300px;
}
@media only screen and (max-width: 992px) {
@media only screen and (min-width: 993px) {
body[data-sidenav-fixed="true" i] header,
body[data-sidenav-fixed="true" i] main,
body[data-sidenav-fixed="true" i] footer {
padding-left: 0;
padding-left: 300px;
}
body[data-sidenav-fixed="true" i] .navbar-fixed > nav {
width: 100%;
}
}
@media only screen and (min-width: 993px) {
body[data-sidenav-fixed="true" i] .sidenav-fixed {
margin-top: 64px;
z-index: 996;
width: calc(100% - 300px);
}
}
/* #endregion sidenav-fixed */