Update plotly container styles
This commit is contained in:
@@ -182,17 +182,19 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.plotly-container {
|
.plotly-container {
|
||||||
|
width: 100%;
|
||||||
float: bottom;
|
float: bottom;
|
||||||
margin: auto;
|
|
||||||
padding: 1vw;
|
padding: 1vw;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 20vw;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
*
|
|
||||||
|
.js-plotly-plot {
|
||||||
|
width: 90%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
Reference in New Issue
Block a user