From fdd4b647ec81cb59e8cf4729e2666492e206d24a Mon Sep 17 00:00:00 2001 From: sietse jonker Date: Mon, 1 Apr 2024 13:57:38 +0200 Subject: [PATCH] Update graph styles in CSS file --- web/newWebsite/styles/graph-styles.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/web/newWebsite/styles/graph-styles.css b/web/newWebsite/styles/graph-styles.css index 70e4a11..370617f 100644 --- a/web/newWebsite/styles/graph-styles.css +++ b/web/newWebsite/styles/graph-styles.css @@ -50,7 +50,7 @@ body { border-radius: 10px; margin: 20px; padding: 20px; - width: 100%; + width: 90; box-sizing: border-box; } @@ -98,8 +98,7 @@ body { } .filter-button { - flex: 1; - width: 20%; + width: 10%; background-color: #007bff; color: white; padding: 10px; @@ -108,4 +107,10 @@ body { cursor: pointer; } +.js-plotly-plot { + align-self: center; + width: 95%; + height: 100%; + margin: 10px; +} /* Additional styling as needed */