From e864247bcade564fff2786e80d37fa11dd2daa9a Mon Sep 17 00:00:00 2001 From: Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:03:04 +0200 Subject: [PATCH] Update chat-turn-preview action icon sizing and padding (#325582) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../workbench/contrib/chat/browser/widget/media/chat.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css index 6b73c163d3a..a8cb974ec54 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css +++ b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css @@ -3076,7 +3076,7 @@ have to be updated for changes to the rules above, or to support more deeply nes gap: var(--vscode-spacing-size40); min-width: 0; max-width: 200px; - padding: var(--vscode-spacing-sizeNone) var(--vscode-spacing-size40); + padding: var(--vscode-spacing-sizeNone) var(--vscode-spacing-size40) var(--vscode-spacing-sizeNone) var(--vscode-spacing-size20); border: none; border-radius: var(--vscode-cornerRadius-small); color: inherit; @@ -3102,6 +3102,11 @@ have to be updated for changes to the rules above, or to support more deeply nes overflow: hidden; } +.interactive-session .chat-turn-pills-part .chat-turn-preview-action .monaco-icon-label:before { + height: 18px; + width: 16px; +} + /* Per-row action bar in the changed-files list (e.g. the "Preview" action). The row becomes a flex row so the file label fills the remaining width and the actions hug the right edge. Scoped via the class the renderer adds only when a