Skip to content

Fix chat input notification styling in inline chat#315082

Merged
pwang347 merged 2 commits into
mainfrom
pawang/inlineChatUBB
May 7, 2026
Merged

Fix chat input notification styling in inline chat#315082
pwang347 merged 2 commits into
mainfrom
pawang/inlineChatUBB

Conversation

@pwang347
Copy link
Copy Markdown
Member

@pwang347 pwang347 commented May 7, 2026

Fixes #314849

Copilot AI review requested due to automatic review settings May 7, 2026 19:22
@pwang347 pwang347 marked this pull request as ready for review May 7, 2026 19:22
@pwang347 pwang347 enabled auto-merge (squash) May 7, 2026 19:24
Copy link
Copy Markdown
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 aims to fix layout/styling issues for chat input notifications (usage warnings / reached messaging) in the inline chat (zone widget) experience, addressing #314849.

Changes:

  • Adds extra bottom spacing below the chat input notification container within the inline-chat-2 styling scope.
Show a summary per file
File Description
src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css Adds a margin override intended to improve spacing for inline chat input notifications.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

}

/* Counteract the -4px margin from .interactive-session .chat-editing-session */
.interactive-input-part > .chat-input-notification-container {
@pwang347 pwang347 merged commit 4332717 into main May 7, 2026
26 checks passed
@pwang347 pwang347 deleted the pawang/inlineChatUBB branch May 7, 2026 19:48
@vs-code-engineering vs-code-engineering Bot added this to the 1.120.0 milestone May 7, 2026
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.

Usage warnings in inline chat render off

3 participants