fix(desktop): round main area top corners#5371
Open
ComputelessComputer wants to merge 1 commit into
Open
Conversation
This was referenced May 29, 2026
e88dbfc to
243f5cb
Compare
6871ac1 to
eea9c5a
Compare
243f5cb to
6f9f4a7
Compare
eea9c5a to
b312eeb
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b312eeb. Configure here.
9ab78f6 to
8df134a
Compare
b312eeb to
373168f
Compare
8df134a to
5f85547
Compare
373168f to
8e3df00
Compare
5f85547 to
d7bc2c8
Compare
8e3df00 to
50c38a3
Compare
d7bc2c8 to
2d03845
Compare
50c38a3 to
c0f4d32
Compare
Keep top corners on the edge-to-edge main surface and cover the scaffold class override.
2d03845 to
357719e
Compare
c0f4d32 to
7392f23
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Keep top corners on the edge-to-edge main surface and cover the scaffold class override.
This is part 2 of 3 in a stack made with GitButler:
Note
Low Risk
Desktop layout/CSS-only change with no auth, data, or API impact.
Overview
For the edge-to-edge / top main surface chrome, the shell no longer forces the main chat anchor to be fully square. It now applies
rounded-t-xlandrounded-b-noneon[data-chat-floating-anchor](replacingrounded-none), so the main area keeps rounded top corners while staying flush on the bottom and sides.The
MainShellScaffoldedge-to-edge test was updated to assert the new descendant rounding classes alongside the existing border overrides.Reviewed by Cursor Bugbot for commit 7392f23. Bugbot is set up for automated code reviews on this repo. Configure here.