From 79f932b5330342427b19837b6924fcbd99ff89fd Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Thu, 6 Oct 2022 12:26:16 -0400 Subject: [PATCH] Fixes gap at top of graph when no banners --- 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 43f4fe3..814be0c 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -492,6 +492,10 @@ a { padding: 0.5rem; z-index: 2000; + &:empty { + display: none; + } + > *:not(:first-child) { margin-top: 0.5rem; }