-
Notifications
You must be signed in to change notification settings - Fork 742
[fix] visual layout issues on the Community Recognition page. #2522
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
base: master
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @Sourya07, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on enhancing the visual presentation and user experience of the Community Recognition page. It resolves specific layout inconsistencies, ensuring that content displays correctly and responsively across various screen sizes, and aligns header styling with the overall site theme. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
✅ Deploy Preview for mesheryio-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Code Review
This pull request effectively addresses several visual layout issues on the Community Recognition page. The changes correctly fix mobile overflow for an image, resolve list formatting problems, and unify header alignment by removing inline styles. My feedback includes a suggestion to further improve maintainability by replacing an inline style with a CSS class, aligning with the overall goal of centralizing styles.
69dca77 to
02de7b9
Compare
|
@saurabhraghuvanshii |
|
@Sourya07 There should be spacing between the points, and this isn’t working on mobile or even on laptops. |
fa53ea1 to
7d531cc
Compare
|
@Sourya07 commit history messed up |
Signed-off-by: Sourya07 <[email protected]>
Signed-off-by: Sourya07 <[email protected]>
a01b311 to
67cbc24
Compare
|
fixed the alignment and gap issue |
|
@Sourya07 Thank you for your contribution! Let's discuss this during the website call tomorrow at 6:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
@saurabhraghuvanshii take a look |

Description
This PR fixes visual layout issues on the Community Recognition page.
Specific changes:
This PR fixes #2513
Notes for Reviewers
Signed commits