fix(Dribbblish): fix cinema view layout#1255
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis is a CSS-only change adding an ChangesCinema View CSS Styling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@Dribbblish/user.css`:
- Around line 953-974: The nested CSS under html[data-cinema-npv-postenter] is
invalid for Spicetify; rewrite each nested rule as a flattened selector by
prefixing them with the ancestor: replace the nested blocks for
.Root__cinema-view, .Root__cinema-view:nth-child(2), .Root__globalNav,
.Root__top-container and .Root__now-playing-bar with standard selectors like
html[data-cinema-npv-postenter] .Root__cinema-view { ... } (and likewise for the
nth-child and other classes), keeping the same declarations (including
!important where present).
before:

after:

Summary by CodeRabbit