From c10203ca0430bc5c01e422c0da57012bd5486f6b Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 15 Feb 2023 18:30:23 -0500 Subject: [PATCH] Shrinks the rounding on the Changes column bar --- src/webviews/apps/plus/graph/graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index 44e9ee9..fc403ef 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -38,7 +38,7 @@ body { --color-graph-stats-deleted: var(--vscode-gitDecoration-deletedResourceForeground); --color-graph-stats-files: var(--vscode-gitDecoration-modifiedResourceForeground); --graph-stats-bar-height: 40%; - --graph-stats-bar-border-radius: 5px; + --graph-stats-bar-border-radius: 3px; } ::-webkit-scrollbar-corner {