-
Notifications
You must be signed in to change notification settings - Fork 197
fix: made input range responsive in mobile view #520
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: made input range responsive in mobile view #520
Conversation
β¦/fix-input-range-alignment
β¦iew for chromium based browsers
|
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
|
@Dun-sin when the screen size < 1000 px the width of the checkbox suddenly becomes half of the original width, and I can't find why it does that. Also you said that you don't see the issue on Firefox, but I faced this issue on Firefox too. So I just doubled the width of the checkbox in the media query of max-width 1000. Let me know if you need any changes. |
|
@Dun-sin That's really weird. Because for me on Firefox it resolves the issue. |
|
@Dun-sin Works even in the deployment preview |
|
@Dun-sin I found a new fix. I set the flex-shrink to 0 and it seems to fix the issue. Can you please check on your browser? |
@viditagrawal56 it works now |
Dun-sin
left a comment
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.
You did great, thanks for contributing, I hope you will stick around and continue to contribute to this project.
Consider giving this project a star and joining the community discord server if you haven't for more resources and opportunities to connect with others. ππ½hereππ½
|
π This PR is included in version 2.72.3 π The release is available on GitHub release Your semantic-release bot π¦π |




Fixes Issue
**My PR closes #519 **
π¨βπ» Changes proposed(What did you do ?)
βοΈ Check List (Check all the applicable boxes)
Note to reviewers
π· Screenshots