Fix layout shift when closing embedded browser with Ctrl+Q #28
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Public/castroix!28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/fix-gui-shift-issue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The home view shifts visually when toggling from embedded browser back to the main UI via Ctrl+Q. Icons move left, footer text moves right.
Root Cause
The
home-viewelement lacks explicit layout properties. When itsdisplaytoggles fromnonetoflex, the browser reflows inconsistently.Changes
Added CSS rule for
.home-view:This ensures stable layout geometry across visibility changes.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.