-
Notifications
You must be signed in to change notification settings - Fork 27
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
[UI] : Implement Mobile Responsiveness for Home page #6127 #1645
base: main
Are you sure you want to change the base?
Conversation
@@ -215,7 +215,7 @@ module ControlCenter = { | |||
/> | |||
<img | |||
alt="connector-list" | |||
className="inline-block absolute right-5 bottom-5 lg:block" | |||
className="opacity-10 sm:opacity-100 inline-block absolute right-5 bottom-5 lg:block" |
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.
Using opacity to control responsiveness might not be ideal here. Consider using width classes to ensure the image scales properly across all screen sizes.
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.
Type of Change
Description
Mobile responsive Home page
Motivation and Context
How did you test it?
I tested it locally. PFA screenshot
Where to test it?
Checklist
npm run re:build