-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Account Settings Page UI for mobile devices #2400
Conversation
Release EnvironmentsThis Environment is provided by Release, learn more! 🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-80f3ee8266 |
@@ -57,13 +57,18 @@ | |||
|
|||
.form__input { | |||
max-width: 90vw; | |||
width: #{360 / $base-font-size}rem; | |||
// width: #{360 / $base-font-size}rem; | |||
width: 100%; |
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.
This change has unintended consequences as it's used on all form inputs. Check out the login and signup pages on desktop. We might need an override that it specific to the account settings page.
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.
hey @lindapaiste, sorry for late response, I just fixed the problem, please check it out
Changes:
Account Settings Page UI Update in small devices
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.