Skip to content

Commit 4448e74

Browse files
authored
Merge pull request #273073 from microsoft/mrleemurray/tired-horse-cyan
Increase codicon font-size and adjust padding in SCM history view
2 parents d3f0dce + d9bb7e2 commit 4448e74

File tree

1 file changed

+1
-4
lines changed
  • src/vs/workbench/contrib/scm/browser/media

1 file changed

+1
-4
lines changed

src/vs/workbench/contrib/scm/browser/media/scm.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,8 @@
202202
}
203203

204204
.scm-view .monaco-list-row .history-item > .label-container > .label > .codicon {
205-
font-size: 14px;
206205
color: inherit !important;
207-
padding: 2px;
206+
padding: 1px;
208207
}
209208

210209
.scm-view .monaco-list-row .history-item > .label-container > .label > .codicon.codicon-git-branch {
@@ -569,7 +568,6 @@
569568

570569
.monaco-hover.history-item-hover .hover-row.status-bar .action .codicon {
571570
color: inherit;
572-
font-size: 12px;
573571
}
574572

575573
/* Graph */
@@ -612,7 +610,6 @@
612610

613611
.monaco-toolbar .action-label.scm-graph-repository-picker .codicon,
614612
.monaco-toolbar .action-label.scm-graph-history-item-picker .codicon {
615-
font-size: 14px;
616613
color: inherit;
617614
}
618615

0 commit comments

Comments
 (0)