Browse Source

Shrinks the rounding on the Changes column bar

main
Eric Amodio 1 year ago
parent
commit
c10203ca04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 1
src/webviews/apps/plus/graph/graph.scss View File

@ -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 {

Loading…
Cancel
Save