From 08a6cd81122c2999ce14205525394560d3afd2e7 Mon Sep 17 00:00:00 2001 From: forest Date: Sat, 7 Jan 2023 17:31:15 -0600 Subject: [PATCH] adjust canvas --- frontend/static/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/app.css b/frontend/static/app.css index f335dba..5ff0ab6 100644 --- a/frontend/static/app.css +++ b/frontend/static/app.css @@ -126,6 +126,12 @@ header .session-status { align-content: center; } +.chart-container canvas { + width: 30vw; + min-width: 300px; + height: calc(30vw + 200px); + min-height: 500px; +} .chart-container h1, .chart-container h2,