mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix android .bar-header
This commit is contained in:
3
dist/css/ionic.css
vendored
3
dist/css/ionic.css
vendored
@@ -6546,7 +6546,8 @@ a.button {
|
||||
.platform-ios7.status-bar-hide {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.platform-android .bar-header,
|
||||
.platform-android .bar-header {
|
||||
height: 48px; }
|
||||
.platform-android .has-header,
|
||||
.platform-android .bar-subheader {
|
||||
top: 48px; }
|
||||
|
||||
@@ -39,7 +39,10 @@
|
||||
|
||||
.platform-android {
|
||||
|
||||
.bar-header,
|
||||
.bar-header {
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.has-header,
|
||||
.bar-subheader {
|
||||
top: 48px;
|
||||
|
||||
Reference in New Issue
Block a user