fix(web): remove excess sidebar thread spacing - #10569
Conversation
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — The change is limited to three Tailwind class adjustments in the existing sidebar, removing excess padding and correcting one-pixel spacing around drag markers. Its impact is confined to sidebar layout geometry without introducing new capability or broader production behavior. You can add or adjust custom eligibility rules. Learn more. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe sidebar thread list removes top padding. Sortable placeholder and drag-boundary markers add a 1px negative bottom margin. ChangesSidebar spacing alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The sidebar restores the intended spacing below All projects while retaining drag targets; no current merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
the sidebar gap below "all projects" grew to 21 css pixels after #9731 added top padding and invisible drag markers; #10464 added another marker. remove the extra padding and cancel the zero-height markers' flex gaps, restoring the original 10px spacing while keeping drag targets measurable.
verified the spacing in the real web client in dark and light themes, project filtering and reset, and pointer-event drags into pinned and back into the empty active section with persisted state checks. 203 existing sidebar logic/drag tests, web typecheck, and scoped lint pass (existing lint warnings only); this shared sidebar serves web and desktop, while mobile has a separate sidebar.
before, dark:
after, dark:
before, light:
after, light:
model: gpt-5.6-sol. harness: codex.