From ebd085b0f6d516943c902544e631ab70ea7c7dd8 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 6 Sep 2018 16:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E5=BE=AE=E8=B0=83.header=20.nav=E5=9C=A8iPhone=206/7/8?= =?UTF-8?q?=E6=A8=AA=E5=B1=8F=E4=B8=8B=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/site-responsive.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/css/site-responsive.css b/Bootstrap.Admin/wwwroot/css/site-responsive.css index 0dc67447..8f709db9 100644 --- a/Bootstrap.Admin/wwwroot/css/site-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/site-responsive.css @@ -15,6 +15,12 @@ } } +@media (min-width: 667px) { + .header .nav { + display: flex; + } +} + @media (min-width: 768px) { html, body { height: 100%; @@ -30,7 +36,6 @@ } .header .nav { - display: flex; flex: 1 1 auto; }