Further optimize spacing to waste less space

This commit is contained in:
Bernd Bestel
2020-02-03 21:45:15 +01:00
parent 171d6af5e1
commit fcfe62f4d3
3 changed files with 11 additions and 3 deletions

View File

@@ -322,8 +322,16 @@ input::-webkit-inner-spin-button {
}
#mainNav.fixed-top .sidenav-toggler {
margin-top:calc(100vh - 48px)
margin-top:calc(100vh - 48px);
}
.content-wrapper {
margin-left: 245px;
}
}
body.fixed-nav {
padding-top: 54px;
}
html {