style: improve contributors layout#920
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThe layout of the contributors cloud in the About page has been restructured. The previous flexbox implementation with wrapping has been replaced with a CSS Grid layout. The new grid uses auto-fill columns with a fixed width of 48px and applies centre justification. The conditional logic that renders the component only when contributors are present remains unchanged. No modifications were made to the underlying data fetching mechanisms or component logic; the alteration is purely presentational. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
Thanks. |
our contributors grid looks different in different mobile version specially on right side there is space. i think we can slightly improve it.
Example 1:

Example 2:

New:
