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:
Lee Murray
2026-03-31 13:07:54 +01:00
committed by GitHub
parent fa7634c279
commit 2b780fc675

View File

@@ -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);
}