Skip to content

Conversation

@weylandswart
Copy link

@weylandswart weylandswart commented Jan 8, 2026

No ref

Removed the unnecessary padding causing the chevron to be misaligned.

Before After
Screenshot 2026-01-08 at 12 30 52 Screenshot 2026-01-08 at 12 30 11

Note

Minor CSS tweak to correct editor back button icon alignment.

  • Removes padding-top: 2px from .gh-editor-back-button svg to align the chevron properly
  • No JS/functional changes; stylesheet-only update in editor.css

Written by Cursor Bugbot for commit bf700f1. This will update automatically on new commits. Configure here.

No ref

Removed the unnecessary padding which caused the chevron to be misaligned.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 8, 2026

Walkthrough

This change removes a single CSS property from the editor stylesheet. Specifically, the padding-top: 2px declaration is removed from the .gh-editor-back-button svg selector, which reduces the top padding applied to the back button icon in the editor layout.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: removing padding from the editor back button.
Description check ✅ Passed The description is well-related to the changeset, explaining the reason for the padding removal and including before-and-after screenshots.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 67e137d and bf700f1.

📒 Files selected for processing (1)
  • ghost/admin/app/styles/layouts/editor.css
💤 Files with no reviewable changes (1)
  • ghost/admin/app/styles/layouts/editor.css
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Admin tests - Chrome
  • GitHub Check: Unit tests (Node 22.18.0)
  • GitHub Check: Build & Push Docker Image

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants