Show hamburger menu on mobile and fix title padding

This commit is contained in:
MrTimscampi 2020-03-11 21:48:30 +01:00
parent 2a99df8365
commit 3e80d5d47c

View file

@ -115,7 +115,7 @@
display: -webkit-inline-box; display: -webkit-inline-box;
display: -webkit-inline-flex; display: -webkit-inline-flex;
display: inline-flex; display: inline-flex;
margin: 0.3em 0 0 0.5em; margin: 0 0 0 0.5em;
height: 1.7em; height: 1.7em;
-webkit-box-align: center; -webkit-box-align: center;
-webkit-align-items: center; -webkit-align-items: center;
@ -242,7 +242,6 @@
} }
@media all and (min-width: 40em) { @media all and (min-width: 40em) {
.dashboardDocument .adminDrawerLogo,
.dashboardDocument .mainDrawerButton { .dashboardDocument .mainDrawerButton {
display: none !important; display: none !important;
} }
@ -268,12 +267,6 @@
} }
} }
@media all and (max-width: 60em) {
.libraryDocument .mainDrawerButton {
display: none;
}
}
@media all and (max-width: 84em) { @media all and (max-width: 84em) {
.withSectionTabs .headerTop { .withSectionTabs .headerTop {
padding-bottom: 0.55em; padding-bottom: 0.55em;