Update chat-turn-preview action icon sizing and padding (#325582)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Benjamin Christopher Simmonds
2026-07-13 10:03:04 +00:00
committed by GitHub
co-authored by Copilot
parent f390b25a75
commit e864247bca
@@ -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