mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Better ios stuff
This commit is contained in:
4
dist/ionic-ios7.css
vendored
4
dist/ionic-ios7.css
vendored
@ -366,9 +366,9 @@ body {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-overflow-scrolling: touch; }
|
-webkit-overflow-scrolling: touch; }
|
||||||
|
|
||||||
.platform-ios7 .bar {
|
.platform-ios7 .bar-header {
|
||||||
height: 64px; }
|
height: 64px; }
|
||||||
.platform-ios7 .bar > * {
|
.platform-ios7 .bar-header > * {
|
||||||
margin-top: 20px; }
|
margin-top: 20px; }
|
||||||
.platform-ios7 .has-header {
|
.platform-ios7 .has-header {
|
||||||
margin-top: 64px; }
|
margin-top: 64px; }
|
||||||
|
|||||||
4
dist/ionic.css
vendored
4
dist/ionic.css
vendored
@ -2329,9 +2329,9 @@ a.button {
|
|||||||
-webkit-transform: translate3d(0, 100%, 0);
|
-webkit-transform: translate3d(0, 100%, 0);
|
||||||
transform: translate3d(0, 100%, 0); }
|
transform: translate3d(0, 100%, 0); }
|
||||||
|
|
||||||
.platform-ios7 .bar {
|
.platform-ios7 .bar-header {
|
||||||
height: 64px; }
|
height: 64px; }
|
||||||
.platform-ios7 .bar > * {
|
.platform-ios7 .bar-header > * {
|
||||||
margin-top: 20px; }
|
margin-top: 20px; }
|
||||||
.platform-ios7 .has-header {
|
.platform-ios7 .has-header {
|
||||||
margin-top: 64px; }
|
margin-top: 64px; }
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.platform-ios7 {
|
.platform-ios7 {
|
||||||
.bar {
|
.bar-header {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
|
|||||||
Reference in New Issue
Block a user