From 7e93d499eb4a28868dda1dbccc530f4b49cf1422 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 22 Feb 2024 20:09:32 -0500 Subject: [PATCH] ui: Set off the plot container element a bit --- static/site.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/site.css b/static/site.css index 3ce6933..b7e6922 100644 --- a/static/site.css +++ b/static/site.css @@ -83,3 +83,10 @@ body * { .flex-item-shrink { flex: 0 1 auto; } + +timeseries-graph { + background-color: var(--paper-background-color); + border-radius: 4px; + display: flex; + flex-direction: column; +}