Merged
Conversation
|
@Trapti10 is attempting to deploy a commit to the Om Roy's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thanks for creating a PR for your Issue!
|
|
🎉 Congrats @Trapti10 on getting your PR merged! 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Rationale for this change
This PR addresses multiple UI inconsistencies on the Services → Marketplace page affecting layout, theming, and responsiveness.
The identified issues were impacting user experience by causing horizontal overflow in the navbar, reduced visibility of the "Back to Home" button in light mode, and improper positioning of the like (heart) button on larger screens.
These changes ensure better visual consistency, improved accessibility, and responsive alignment across different screen sizes.
What changes are included in this PR?
Fixed navbar horizontal overflow by correcting width/alignment styling.
Improved contrast of the "Back to Home" button in light mode to ensure proper visibility.
Corrected positioning of the like (heart) button inside product cards to prevent it from being cut off on larger screens.
Adjusted CSS layout properties to maintain consistent responsiveness across viewports
Are these changes tested?
Yes.
The changes were manually tested by:
Verifying layout behavior on large and small screen sizes.
Switching between light and dark modes to confirm proper contrast.
Inspecting product cards to ensure the like button remains fully visible.
Confirming no horizontal scrolling occurs due to navbar overflow.
No automated tests were required as these are UI styling fixes and do not affect business logic.
Are there any user-facing changes?
Yes.
Users will notice:
Properly aligned navbar without overflow.
Clearly visible "Back to Home" button in light mode.
Fully visible and correctly positioned like (heart) buttons on product cards across all screen sizes.
There are no breaking API changes.