You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(css): correct sidebar title selector to match actual DOM structure
- Change selector from 'fontSize' (camelCase) to 'font-size' (hyphenated)
- Update path to .theme-doc-sidebar-menu > div[style*="font-size"]
- This fixes the CSS not being applied to sidebar title elements
docs(agents): add mandatory visual changes workflow
- Add Playwright screenshot workflow for all CSS/styling changes
- Require before/after screenshots in PR comments (not committed)
- Update PR checklist to emphasize screenshot requirement
0 commit comments