fix(web): align sidebar wordmark label - #6086
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved 68a75c8 This is a purely cosmetic CSS change that adds a 1-pixel vertical translation for text alignment in the sidebar. No runtime behavior impact. You can customize Macroscope's approvability policy. Learn more. |
What Changed
Moved the sidebar “Code” label up by one pixel.
Why
The T3 and Code labels in the sidebar weren't aligned in Chrome.
UI Changes
Before:
After:
Checklist
Note
Low Risk
Single Tailwind utility on sidebar branding text; no logic, data, or security impact.
Overview
Adds
-translate-y-pxto the sidebar "Code" label next to the T3 wordmark so it sits one pixel higher and lines up with the logo in Chrome.Reviewed by Cursor Bugbot for commit 68a75c8. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Fix vertical alignment of wordmark label in sidebar
Adds
-translate-y-pxto the label span inSidebarBrand, shifting the 'Code' text up by 1px to correct its visual alignment in SidebarChrome.tsx.Macroscope summarized 68a75c8.