Demo shell hiding app title when search bar expanded

Refs #228
This commit is contained in:
Will Abson
2016-06-27 10:34:47 +01:00
parent 8c07c4a7c2
commit 4f171c8fd4
5 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
@media only screen and (max-width: 640px) {
.mdl-layout__header.header-search-expanded .mdl-layout-title {
display: none;
}
}