-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Me: Fix disabled verfication buttons on mobile #1715
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
a4bb487
to
582dd17
Compare
Happy to see this getting the same treatment as the setup interface. Looks good to me! |
Nice! |
eeab2ba
to
b39cb2b
Compare
@ebinnion I am using the FormButton component everythings still looks the same as before. |
b39cb2b
to
739eab5
Compare
LGTM. |
739eab5
to
ed0a3af
Compare
enejb
added a commit
that referenced
this pull request
Dec 18, 2015
…sable-verf Me: Fix disabled verfication buttons on mobile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] User & Account Settings (/me)
Settings and tools for managing your WordPress.com user account.
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.
Fixes some of the mobile button when canceling 2 Factor Authentication
Before:
![screen shot 2015-12-16 at 18 20 40](https://cloud.githubusercontent.com/assets/115071/11860057/8d43c82e-a425-11e5-8534-4e55bf85c5d7.png)
After:
![screen shot 2015-12-16 at 18 42 06](https://cloud.githubusercontent.com/assets/115071/11860065/a99a19c4-a425-11e5-8432-691a1216cdae.png)
On a screen that is slightly bigger then 480px
Smaller then 480px;
![screen shot 2015-12-16 at 18 42 12](https://cloud.githubusercontent.com/assets/115071/11860067/ad50a326-a425-11e5-805a-3fd95595151b.png)
To test
Visit http://calypso.localhost:3000/me/security/two-step
This PR implements the styles from decided on here #1642
cc: @ebinnion, @MichaelArestad, @rickybanister