From 2b780fc675ccdd33fa730a915ea172ad4ec2f180 Mon Sep 17 00:00:00 2001 From: Lee Murray Date: Tue, 31 Mar 2026 13:07:54 +0100 Subject: [PATCH] Improve alignment and spacing in changes file list (#306697) * Sessions: improve alignment and spacing in changes file list Co-authored-by: Copilot * Update src/vs/sessions/contrib/changes/browser/media/changesView.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray Co-authored-by: Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/vs/sessions/contrib/changes/browser/media/changesView.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vs/sessions/contrib/changes/browser/media/changesView.css b/src/vs/sessions/contrib/changes/browser/media/changesView.css index 82cbc89c69d..104e6ed094f 100644 --- a/src/vs/sessions/contrib/changes/browser/media/changesView.css +++ b/src/vs/sessions/contrib/changes/browser/media/changesView.css @@ -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); }