mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Improve alignment and spacing in changes file list (#306697)
* Sessions: improve alignment and spacing in changes file list Co-authored-by: Copilot <copilot@github.com> * Update src/vs/sessions/contrib/changes/browser/media/changesView.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
.changes-file-list .working-set-line-counts {
|
||||
margin: 0 6px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 11px;
|
||||
}
|
||||
@@ -310,9 +311,9 @@
|
||||
.changes-file-list .changes-agent-feedback-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
vertical-align: middle;
|
||||
gap: 4px;
|
||||
font-size: 11px;
|
||||
margin-right: 6px;
|
||||
color: var(--vscode-descriptionForeground);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user