Fixed android height offset

This commit is contained in:
Max Lynch
2013-12-06 16:54:34 -06:00
parent 2b1f5cccb1
commit f9bbd7bd9f
2 changed files with 2 additions and 2 deletions

2
dist/css/ionic.css vendored
View File

@@ -6143,7 +6143,7 @@ a.button {
.platform-android .bar-header {
height: 48px; }
.platform-android .has-header {
top: 56px; }
top: 48px; }
.platform-android .bar-subheader {
top: 48px; }
.platform-android .has-subheader {

View File

@@ -32,7 +32,7 @@
}
.has-header {
top: 56px;
top: 48px;
}
.bar-subheader {