mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
change .bar .title to 44px line-height
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@@ -3183,7 +3183,7 @@ a.subdued {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 18px;
|
||||
line-height: 42px; }
|
||||
line-height: 44px; }
|
||||
.bar .title.title-left {
|
||||
text-align: left; }
|
||||
.bar .title.title-right {
|
||||
|
||||
2
dist/css/ionic.min.css
vendored
2
dist/css/ionic.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -113,7 +113,7 @@
|
||||
|
||||
font-size: $bar-title-font-size;
|
||||
|
||||
line-height: $bar-height - 2;
|
||||
line-height: $bar-height;
|
||||
|
||||
&.title-left {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user