mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(nabber): iOS nabber updates
This commit is contained in:
@@ -49,7 +49,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
|
||||
}
|
||||
|
||||
.back-button {
|
||||
margin: 0 4px;
|
||||
margin: 0;
|
||||
min-height: 3.2rem;
|
||||
line-height: 1;
|
||||
order: map-get($toolbar-order-ios, 'back-button');
|
||||
@@ -59,7 +59,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
|
||||
.back-button-icon {
|
||||
display: inherit;
|
||||
margin: 0;
|
||||
min-width: 20px;
|
||||
min-width: 18px;
|
||||
font-size: 3.2rem;
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ ion-title {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0px 90px;
|
||||
padding: 0px 90px 1px 90px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user