@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
    .md-toolbar-tools {
        height: initial;
        max-height: initial;
    }
}