Skip to content

Conversation

@Sourya07
Copy link
Contributor

@Sourya07 Sourya07 commented Jan 6, 2026

Description
This PR fixes visual layout issues on the Community Recognition page.

Specific changes:

  1. Fixed Mobile Overflow: The "Certified Meshery Contributor" image was causing horizontal scrolling on small screens. Updated the style to width: 100%; to ensure it resizes correctly while maintaining the max-width: 400px limit.
  2. Fixed List Formatting: Removed an empty line in the "Partner Programs" list that was causing bullet points to render incorrectly (detached from text).
  3. Unified Alignment: Removed inline text-align: left styles from headers to allow consistent alignment via the site's theme.

This PR fixes #2513

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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

  • Mobile Responsiveness: Addressed an issue where the 'Certified Meshery Contributor' image caused horizontal scrolling on small screens by applying width: 100%; to ensure proper resizing.
  • List Formatting Correction: Removed an extraneous empty line within the 'Partner Programs' list to resolve incorrect bullet point rendering.
  • Consistent Header Alignment: Eliminated inline text-align:left styles from <h3> headers, allowing the site's theme to dictate consistent alignment across the page.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@netlify
Copy link

netlify bot commented Jan 6, 2026

Deploy Preview for mesheryio-preview ready!

Name Link
🔨 Latest commit b6fd9c7
🔍 Latest deploy log https://app.netlify.com/projects/mesheryio-preview/deploys/69620e4595ade300088dd83d
😎 Deploy Preview https://deploy-preview-2522--mesheryio-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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.

@Sourya07 Sourya07 force-pushed the fix-community-recognition-page branch from 69dca77 to 02de7b9 Compare January 6, 2026 08:38
@Sourya07
Copy link
Contributor Author

Sourya07 commented Jan 6, 2026

@saurabhraghuvanshii
review this pr 👍 in your free time .

@saurabhraghuvanshii
Copy link
Member

@Sourya07 There should be spacing between the points, and this isn’t working on mobile or even on laptops.
image

@Sourya07 Sourya07 force-pushed the fix-community-recognition-page branch from fa53ea1 to 7d531cc Compare January 9, 2026 09:26
@github-actions github-actions bot added area/ci Continuous integration | Build and release area/catalog area/blog framework/helm and removed area/ci Continuous integration | Build and release area/catalog area/blog framework/helm labels Jan 9, 2026
@saurabhraghuvanshii
Copy link
Member

@Sourya07 commit history messed up

@Sourya07 Sourya07 force-pushed the fix-community-recognition-page branch from a01b311 to 67cbc24 Compare January 9, 2026 09:32
@Sourya07
Copy link
Contributor Author

Sourya07 commented Jan 9, 2026

fixed the alignment and gap issue

@CodexRaunak
Copy link
Member

@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 🙂

@Sourya07
Copy link
Contributor Author

@saurabhraghuvanshii take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Issue: Image Overflow and Bullet Alignment on Community Recognition Page (Mobile)

4 participants