mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
docs(demos): increase iOS statusbar height
This commit is contained in:
@ -200,7 +200,7 @@ body.md {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.ios{
|
body.ios{
|
||||||
border-top: 10px solid #F8F8F8;
|
border-top: 20px solid #F8F8F8;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ios backdrop {
|
body.ios backdrop {
|
||||||
@ -224,7 +224,7 @@ body.md img#md-only {
|
|||||||
body.ios img#ios-only {
|
body.ios img#ios-only {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: -16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
Reference in New Issue
Block a user