Skip to content

Commit

Permalink
fix(css): add height to item-image and fix nav-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jan 31, 2015
1 parent 3c74a9d commit c1ef471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ button.item.item-button-right {
max-width: $item-avatar-width;
max-height: $item-avatar-height;
width: 100%;
height: 100%;
border-radius: $item-avatar-border-radius;
}
}
Expand All @@ -491,6 +492,7 @@ button.item.item-button-right {
max-width: $item-avatar-width;
max-height: $item-avatar-height;
width: 100%;
height: 100%;
border-radius: $item-avatar-border-radius;
}
}
Expand All @@ -513,6 +515,7 @@ button.item.item-button-right {
max-width: $item-thumbnail-width;
max-height: $item-thumbnail-height;
width: 100%;
height: 100%;
}
}
.item-avatar.item-complex,
Expand All @@ -536,6 +539,7 @@ button.item.item-button-right {
max-width: $item-thumbnail-width;
max-height: $item-thumbnail-height;
width: 100%;
height: 100%;
}
}
.item-avatar-right.item-complex,
Expand Down
2 changes: 1 addition & 1 deletion scss/_platform.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.has-subheader {
top: $bar-height + $bar-subheader-height + $ios-statusbar-height;
}
.has-tabs-top {
.has-header.has-tabs-top {
top: $bar-height + $tabs-height + $ios-statusbar-height;
}
.has-header.has-subheader.has-tabs-top {
Expand Down

0 comments on commit c1ef471

Please sign in to comment.