fix: Remove unnecessary margin from sidebar item#8084
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a visual issue by removing unnecessary margin from sidebar items that was causing "loose pixels" to appear between sidebar items.
- Removes the
mb-pxTailwind CSS class from sidebar items to eliminate spacing gaps - Addresses a UI consistency issue where unwanted pixel spacing was visible between navigation items
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mikeesto
left a comment
There was a problem hiding this comment.
As a suggestion... if we add a gap of 1px to:
then the spacing will remain as it currently is|
Am I the only one that feels they're too close together now? |
|
Lighthouse Results
|
bump @adi-ray |
@ovflowd thanks for the note! Were you referring to the normal or the progression sidebars? |
All good! We can merge as is :) |
Description
Eliminated the "loose pixel" which was being shown between sidebar items.
Validation
Before:


After:
Related Issues
Fixes #8082
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.