Skip to content

Commit 2b780fc

Browse files
mrleemurrayCopilotCopilot
authored
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>
1 parent fa7634c commit 2b780fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/sessions/contrib/changes/browser/media/changesView.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
.changes-file-list .working-set-line-counts {
291291
margin: 0 6px;
292292
display: inline-flex;
293+
align-items: center;
293294
gap: 4px;
294295
font-size: 11px;
295296
}
@@ -310,9 +311,9 @@
310311
.changes-file-list .changes-agent-feedback-badge {
311312
display: inline-flex;
312313
align-items: center;
314+
vertical-align: middle;
313315
gap: 4px;
314316
font-size: 11px;
315-
margin-right: 6px;
316317
color: var(--vscode-descriptionForeground);
317318
}
318319

0 commit comments

Comments
 (0)