mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
Style overrides: Add border-radius and padding to terminal tab entries (#324241)
* style: Add border-radius and padding to terminal tab entries * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -236,3 +236,7 @@
|
||||
.style-override .monaco-sash:not(.disabled) > .orthogonal-drag-handle {
|
||||
border-radius: var(--vscode-sash-size);
|
||||
}
|
||||
|
||||
.style-override.monaco-workbench .pane-body.integrated-terminal .tabs-container.has-text .terminal-tabs-chat-entry .terminal-tabs-entry {
|
||||
border-radius: var(--vscode-cornerRadius-small);
|
||||
}
|
||||
|
||||
@@ -211,3 +211,12 @@
|
||||
.style-override .settings-editor > .settings-header > .settings-header-controls {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
.style-override.monaco-workbench .pane-body.integrated-terminal .tabs-container.has-text .tabs-list .terminal-tabs-entry {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.style-override.monaco-workbench .pane-body.integrated-terminal .terminal-tabs-chat-entry {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user