Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(list): Correct avatar/icon size/spacing. #8053

Closed

Conversation

topherfangio
Copy link
Contributor

Avatars and icons within the lists had incorrect sizing/spacing on iOS due to some flex issues and incorrect height: 100% calculation on the SVG.

Tested on Desktop Chrome/Firefox/Safari/Edge/IE and iOS Safari/Chrome. Could use some manual testing on Android versions.

@topherfangio topherfangio added needs: review This PR is waiting on review from the team needs: manual testing This issue or PR needs to have some manual testing and verification done labels Apr 14, 2016
@topherfangio topherfangio added this to the 1.1.0 milestone Apr 14, 2016
@ThomasBurleson
Copy link
Contributor

@topherfangio LGTM

@@ -267,11 +268,19 @@ md-list-item {
box-sizing: content-box;
}
& .md-avatar {
flex: none;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Truly odd requirement.

@topherfangio topherfangio deleted the fix-ios-avatars-and-icons branch April 18, 2016 17:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: manual testing This issue or PR needs to have some manual testing and verification done needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants