From c7f416db08702da1c67e9ad572bf15117e9081cc Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 2 May 2023 15:16:31 -0400 Subject: [PATCH] Dims & aligns graph icon headers --- src/webviews/apps/plus/graph/graph.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index 5ef0124..5e31f29 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -327,6 +327,8 @@ button:not([disabled]), .codicon[class*='codicon-'] { font-size: 1.1rem; + position: relative; + top: 2px; } } @@ -772,6 +774,8 @@ button:not([disabled]), } .graph-header { + padding-top: 1px; + & .resizable-handle.horizontal { --sash-size: 4px; --sash-hover-size: 4px; @@ -833,6 +837,12 @@ button:not([disabled]), color: var(--color-foreground); } } + + .graph-icon { + position: relative; + top: -3px; + color: var(--text-disabled, hsla(0, 0%, 100%, 0.4)); + } } .graph-container {