-
-
Notifications
You must be signed in to change notification settings - Fork 405
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): component alignment issue on left side of login page (#899) #900
fix(mobile): component alignment issue on left side of login page (#899) #900
Conversation
@tsahil01 is attempting to deploy a commit to the OpenStatus Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @tsahil01! I agree with you, centering the text on mobile feels much better! On larger device, I see it less as a problem but that’s just a personal preference. What do you think? Thanks for improving OpenStatus. |
Hi @mxkaske! Thanks for the feedback! I believe centring the text enhances the user experience across all device sizes, making it more consistent and visually appealing. What do you think about merging the PR as it is? |
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.
Let's first start with mobile/tablet version if you are fine with it.
Hi @mxkaske , I'll implement the mobile/tablet changes and push the updates soon. |
Appreciate it! Merged! |
Type of change
Description
Fixes Alignment Issue on Left Side of Login Page (#899)
Fixed alignment issue on the left side of the login page at https://www.openstatus.dev/app/login. Content is now center-aligned and text sizes adjusted for improved visual consistency.
Before this PR
sm devices -
After this PR
sm devices -
Looks good on mobile devices as well
Related Issue (optional)
Fixes #899