From ad407b401b5645f70077242822a897dab24ee8b9 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 19 Feb 2023 13:20:51 -0500 Subject: [PATCH] Adds gap between added/deleted on Changes column --- src/webviews/apps/plus/graph/graph.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index c39fb0e..59432ff 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -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 {