Reduce composer idle min-height to reclaim vertical space#2369
Reduce composer idle min-height to reclaim vertical space#2369NatnaelTaddese wants to merge 3 commits intopingdotgg:mainfrom
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 Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
ApprovabilityVerdict: Approved This change reduces the CSS min-height of the composer text area from You can customize Macroscope's approvability policy. Learn more. |
Dismissing prior approval to re-evaluate 049f8cd
Dismissing prior approval to re-evaluate e876e15
What Changed
Changed
min-h-17.5→min-h-6on theContentEditableinComposerPromptEditor.tsx, reducing the idle minimum height from ~70px to ~24px.Why
When idle (especially while an agent is working), the empty composer takes up excessive vertical height. Reducing the min-height reclaims that space for the conversation/event view without affecting the expand-on-content behavior (max-height remains at 200px).
UI Changes
Before:

After:

Checklist
Note
Low Risk
Low risk UI-only tweak that changes the composer’s idle layout height; no logic, data, or security behavior is modified.
Overview
Reduces the idle minimum height of the composer
ContentEditableinComposerPromptEditor.tsxby changing Tailwindmin-h-17.5tomin-h-6, reclaiming vertical space while keeping the existing max height and scrolling behavior.Reviewed by Cursor Bugbot for commit e876e15. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Reduce composer idle min-height to reclaim vertical space
Decreases the
ContentEditableminimum height inComposerPromptEditorInnerfrommin-h-17.5tomin-h-6, reducing the composer's initial size when empty or short on content.Macroscope summarized e876e15.