fix header options for mobile (#1186)

* #1178 show header bar on mobile and tablet

* #1178 add all options to burger icon on the right
This commit is contained in:
Mario Romano
2016-12-01 01:45:36 -08:00
committed by Eugenio Romano
parent 7eab89c5ef
commit d768f84838
4 changed files with 82 additions and 71 deletions

View File

@@ -4,6 +4,12 @@
}
}
@media screen and (max-width: 1024px) {
.mdl-layout__header {
display: block;
}
}
.mdl-layout-title {
font-size: 17px;
}
@@ -15,3 +21,7 @@
.mdl-button-padding {
padding-left: 20px;
}
.hide {
display: none !important;
}