From ec756cd3876fa1339a56db2bad793d65509e4133 Mon Sep 17 00:00:00 2001 From: sietse jonker Date: Mon, 1 Apr 2024 12:35:52 +0200 Subject: [PATCH] Update plotly container styles --- web/newWebsite/styles/dashboard-styles.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/newWebsite/styles/dashboard-styles.css b/web/newWebsite/styles/dashboard-styles.css index e4e367a..f00eca5 100644 --- a/web/newWebsite/styles/dashboard-styles.css +++ b/web/newWebsite/styles/dashboard-styles.css @@ -182,17 +182,19 @@ body { } .plotly-container { - + width: 100%; float: bottom; - margin: auto; padding: 1vw; align-items: center; justify-content: center; display: flex; - width: 20vw; - } -* + +.js-plotly-plot { + width: 90%; + height: 100%; +} + .disabled { opacity: 0; height: 0;