mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
docs(demos): use cordova platform class to style statusbar
This commit is contained in:
@ -203,15 +203,6 @@ body.md {
|
||||
border-top: 24px solid black;
|
||||
}
|
||||
|
||||
body.ios{
|
||||
border-top: 10px solid #F8F8F8;
|
||||
}
|
||||
|
||||
body.ios backdrop {
|
||||
top: -10px;
|
||||
height: 105%;
|
||||
}
|
||||
|
||||
body.md backdrop {
|
||||
top: -24px;
|
||||
height: 107%;
|
||||
@ -228,7 +219,7 @@ body.md img#md-only {
|
||||
body.ios img#ios-only {
|
||||
display: block !important;
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
top: 5px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
z-index: 9999;
|
||||
|
@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="app.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="platform-cordova">
|
||||
|
||||
<ion-app>
|
||||
<ion-loading-icon></ion-loading-icon>
|
||||
|
Reference in New Issue
Block a user