From 24f7e1c92fb14e078925e0764f082566df4dfb9f Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Fri, 23 Oct 2015 16:51:28 -0500 Subject: [PATCH] docs(demos): increase iOS statusbar height --- demos/component-docs/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/component-docs/app.css b/demos/component-docs/app.css index 7bae7984e7..07a7413189 100644 --- a/demos/component-docs/app.css +++ b/demos/component-docs/app.css @@ -200,7 +200,7 @@ body.md { } body.ios{ - border-top: 10px solid #F8F8F8; + border-top: 20px solid #F8F8F8; } body.ios backdrop { @@ -224,7 +224,7 @@ body.md img#md-only { body.ios img#ios-only { display: block !important; position: absolute; - top: -6px; + top: -16px; width: 100%; height: auto; z-index: 9999;