From 94dad585b112aaa705501c02f534b5840d264e58 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 30 Nov 2016 03:12:44 -0800 Subject: [PATCH] #1178 show header bar on mobile and tablet (#1179) --- demo-shell-ng2/app/app.component.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-shell-ng2/app/app.component.css b/demo-shell-ng2/app/app.component.css index e819fafef6..841bfef875 100644 --- a/demo-shell-ng2/app/app.component.css +++ b/demo-shell-ng2/app/app.component.css @@ -1,6 +1,6 @@ -@media only screen and (max-width: 640px) { - .mdl-layout__header.header-search-expanded .mdl-layout-title { - display: none; +@media screen and (max-width: 1024px) { + .mdl-layout__header { + display: block; } }