mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-15 18:37:00 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user