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

feat(ui): improve layout of the site on mobile devices #43

Merged
merged 4 commits into from
Feb 28, 2024

Conversation

AmoabaKelvin
Copy link
Contributor

We set the input component's default font size to 16 pixels on small screens. This is required to prevent the browser from zooming in when the user attempts to type something into the input boxes.

Copy link
Member

Choose a reason for hiding this comment

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

Let's not change the components. Add the class names to where it is being used instead

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is more of a universal thing 🥲

Adding to where it is being used we'll have to dig in saaa to find all input fields

Copy link
Member

Choose a reason for hiding this comment

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

let's do just that🥲

@ephraimduncan ephraimduncan merged commit 20a447d into main Feb 28, 2024
2 checks passed
@ephraimduncan ephraimduncan deleted the feat/improve-mobile-view branch June 23, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants