Skip to content

Commit 99046fb

Browse files
committed
Merge pull request #3012 from mhartington/master
fix(css): add height to item-image and fix nav-bar
2 parents 3c74a9d + c1ef471 commit 99046fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scss/_items.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ button.item.item-button-right {
474474
max-width: $item-avatar-width;
475475
max-height: $item-avatar-height;
476476
width: 100%;
477+
height: 100%;
477478
border-radius: $item-avatar-border-radius;
478479
}
479480
}
@@ -491,6 +492,7 @@ button.item.item-button-right {
491492
max-width: $item-avatar-width;
492493
max-height: $item-avatar-height;
493494
width: 100%;
495+
height: 100%;
494496
border-radius: $item-avatar-border-radius;
495497
}
496498
}
@@ -513,6 +515,7 @@ button.item.item-button-right {
513515
max-width: $item-thumbnail-width;
514516
max-height: $item-thumbnail-height;
515517
width: 100%;
518+
height: 100%;
516519
}
517520
}
518521
.item-avatar.item-complex,
@@ -536,6 +539,7 @@ button.item.item-button-right {
536539
max-width: $item-thumbnail-width;
537540
max-height: $item-thumbnail-height;
538541
width: 100%;
542+
height: 100%;
539543
}
540544
}
541545
.item-avatar-right.item-complex,

scss/_platform.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.has-subheader {
3434
top: $bar-height + $bar-subheader-height + $ios-statusbar-height;
3535
}
36-
.has-tabs-top {
36+
.has-header.has-tabs-top {
3737
top: $bar-height + $tabs-height + $ios-statusbar-height;
3838
}
3939
.has-header.has-subheader.has-tabs-top {

0 commit comments

Comments
 (0)