Browse Source

Adds gap between added/deleted on Changes column

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

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

@ -765,6 +765,10 @@ button:not([disabled]),
align-items: center;
justify-content: center;
}
& .changes-zone.changes-bar .changes-sub-bar.deleted {
margin-left: 2px;
}
}
.mr-loose {

Loading…
Cancel
Save