Skip to content

fix(vscode): add padding to marketplace install dialog#7676

Merged
markijbema merged 1 commit intomainfrom
mark/fix-install-dialog-padding
Mar 26, 2026
Merged

fix(vscode): add padding to marketplace install dialog#7676
markijbema merged 1 commit intomainfrom
mark/fix-install-dialog-padding

Conversation

@markijbema
Copy link
Copy Markdown
Contributor

@markijbema markijbema commented Mar 26, 2026

Summary

  • Add horizontal (20px) and bottom padding to the marketplace install dialog body (.install-modal-body) and result view (.install-modal-result)
  • Content was previously flush against the dialog edges with no spacing, making it look cramped
  • Padding now matches the dialog header's horizontal spacing for visual consistency
Before After
CleanShot 2026-03-26 at 11 26 49@2x CleanShot 2026-03-26 at 11 27 16@2x

fixes #7665

The install modal body and result views had no horizontal or bottom
padding, causing content to sit flush against the dialog edges. Add
padding that matches the dialog header's horizontal spacing (20px).
@markijbema markijbema marked this pull request as ready for review March 26, 2026 10:28
@markijbema markijbema enabled auto-merge March 26, 2026 10:28
@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot bot commented Mar 26, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • packages/kilo-vscode/webview-ui/src/components/marketplace/marketplace.css

Reviewed by gpt-5.4-20260305 · 109,513 tokens

@markijbema markijbema merged commit f32986e into main Mar 26, 2026
35 checks passed
@markijbema markijbema deleted the mark/fix-install-dialog-padding branch March 26, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Kilo Marketplace UX

2 participants