fix(cloud-agent): center GitHub/GitLab integration dialog vertically#4120
Open
kilo-code-bot[bot] wants to merge 1 commit into
Open
fix(cloud-agent): center GitHub/GitLab integration dialog vertically#4120kilo-code-bot[bot] wants to merge 1 commit into
kilo-code-bot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 225,580 tokens Review guidance: REVIEW.md from base branch |
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.
Summary
/cloudpage was anchored to the bottom of the content area (justify-end) instead of being centered, causing it to appear cut off at the bottom of the viewport.justify-end p-4 pb-8tojustify-center p-4inNewSessionPanel.tsxso the dialog renders centered vertically — consistent with how the main new-session form is positioned.Verification
Navigate to
/cloudwith no GitHub/GitLab integration connected. The dialog should now appear centered in the content area.Visual Changes
Before: dialog anchored to the bottom-right of the content pane, partially cut off.
After: dialog centered both horizontally and vertically in the content pane.
Reviewer Notes
Single-line layout change in the integration-missing early-return branch of
NewSessionPanel.tsx.Built for Remon Oldenbeuving by Kilo for Slack