Skip to content
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

Merged
merged 4 commits into from
Nov 7, 2023

Conversation

dewanshDT
Copy link
Collaborator

@dewanshDT dewanshDT commented Sep 9, 2023

Changes:

Account Settings Page UI Update in small devices
image

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.

@dewanshDT dewanshDT self-assigned this Sep 9, 2023
@release-com
Copy link

release-com bot commented Sep 9, 2023

Release Environments

This Environment is provided by Release, learn more!
To see the status of the Environment click on Environment Status below.

🔧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%;
Copy link
Collaborator

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.

Copy link
Collaborator Author

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

@dewanshDT dewanshDT requested a review from raclim October 28, 2023 11:39
@lindapaiste lindapaiste merged commit f365644 into processing:develop Nov 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants