Update plotly container styles

This commit is contained in:
sietse jonker
2024-04-01 12:35:52 +02:00
parent a4a73b84cc
commit ec756cd387

View File

@@ -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;