Skip to content

Comments

sessions - tweak customization sidebar styling#296491

Merged
bpasero merged 1 commit intomainfrom
ben/unaware-guineafowl
Feb 20, 2026
Merged

sessions - tweak customization sidebar styling#296491
bpasero merged 1 commit intomainfrom
ben/unaware-guineafowl

Conversation

@bpasero
Copy link
Member

@bpasero bpasero commented Feb 20, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 20, 2026 10:38
@bpasero bpasero enabled auto-merge (squash) February 20, 2026 10:38
@bpasero bpasero self-assigned this Feb 20, 2026
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 20, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR tweaks the styling of the AI Customization Management sidebar in the Agent Sessions window by reducing visual clutter. The changes simplify the sidebar appearance by removing borders and reducing padding/margins to create a more streamlined look.

Changes:

  • Removed top and right borders from the customization management editor and sidebar
  • Reduced sidebar content padding from asymmetric 12px 0 12px 4px to uniform 4px
  • Removed item margins and added proper box-sizing
  • Updated TypeScript layout calculation to match the new padding (from 24px to 8px)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/sessions/contrib/aiCustomizationManagement/browser/media/aiCustomizationManagement.css Removes borders, reduces padding from 24px total vertical to 8px, removes item margins, adds box-sizing
src/vs/sessions/contrib/aiCustomizationManagement/browser/aiCustomizationManagementEditor.ts Updates list height calculation from height - 24 to height - 8 to match new CSS padding

@bpasero bpasero merged commit 3d96e62 into main Feb 20, 2026
22 checks passed
@bpasero bpasero deleted the ben/unaware-guineafowl branch February 20, 2026 11:06
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.

2 participants