-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mobile styles using different heights #1539
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LGTM 🤙 |
cocojoe
approved these changes
Nov 8, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't really review the CSS. However, based on the images 👍
luisrudge
added a commit
that referenced
this pull request
Nov 13, 2018
This reverts commit 7f8ed78.
Merged
luisrudge
added a commit
that referenced
this pull request
Nov 15, 2018
### Changes This PR fixes - Inconsistent padding across screens after #1547 ![image](https://user-images.githubusercontent.com/941075/48504661-7f7e7880-e82c-11e8-8ec9-5c5292ae1f0b.png) - IE glitches after we added flexbox in #1539 (the actual issues were: https://github.com/philipwalton/flexbugs#flexbug-3, https://github.com/philipwalton/flexbugs#flexbug-4 and https://github.com/philipwalton/flexbugs#flexbug-6) ![image](https://user-images.githubusercontent.com/941075/48504602-65dd3100-e82c-11e8-9cf0-69980328ebc2.png) # GIFs (it's not JIF) ## IE 10 ![ie10](https://user-images.githubusercontent.com/941075/48504817-cf5d3f80-e82c-11e8-9794-5608a8a5a3ca.gif) ## IE 11 ![ie11](https://user-images.githubusercontent.com/941075/48504894-fa479380-e82c-11e8-952a-0344370a433e.gif) ## Edge 17 ![edge17](https://user-images.githubusercontent.com/941075/48505076-5b6f6700-e82d-11e8-86be-969287b1cd06.gif) ## Firefox ![firefox](https://user-images.githubusercontent.com/941075/48505083-5f9b8480-e82d-11e8-900c-3ba69e6e2e12.gif) ## Safari ![safari](https://user-images.githubusercontent.com/941075/48505320-ee100600-e82d-11e8-9de2-427ea14b56fd.gif) ## Chrome ![chrome](https://user-images.githubusercontent.com/941075/48505322-ef413300-e82d-11e8-80c5-5acd333c17d6.gif) ## Pixel 2 ![pixel2](https://user-images.githubusercontent.com/941075/48505549-7393b600-e82e-11e8-8f30-0081aa36119c.gif) ## Galaxy S9 ![galaxys9](https://user-images.githubusercontent.com/941075/48505555-77273d00-e82e-11e8-8406-ec573bb5df88.gif) ## iPhone 7 ![iphone7](https://user-images.githubusercontent.com/941075/48505730-e9981d00-e82e-11e8-9dfe-963b526ead83.gif) ## iPhone X ![iphonex](https://user-images.githubusercontent.com/941075/48505736-ebfa7700-e82e-11e8-85c4-bb6fd75fbc04.gif)
I still experiencing this on Samsung and iPhone devices. Can anyone help me with this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #1474
Changes
Before:
After:
References
#1474
#824
#1223
Testing