Don't save space for a burger icon when drawer is fixed (fixes #1032)

This commit is contained in:
Surma 2015-07-22 17:07:01 +01:00
parent 146a455563
commit 1506398bef

View File

@ -243,6 +243,12 @@
width: calc(100% - #{$layout-drawer-width});
}
.mdl-layout--fixed-drawer > & {
.mdl-layout__header-row {
padding-left: 40px;
}
}
& > .mdl-layout-icon {
position: absolute;
left: $layout-header-desktop-indent;