From 500681f6441b1afa79b4327786bacecae77c19f4 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 10 May 2023 01:41:21 -0400 Subject: [PATCH] Aligns Commit Graph header column icons --- 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 7d01c7c..2b86a25 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -862,7 +862,7 @@ button:not([disabled]), .graph-icon { position: relative; - top: -3px; + top: -2px; color: var(--text-disabled, hsla(0, 0%, 100%, 0.4)); } }