Spaces:
Sleeping
Sleeping
File size: 408 Bytes
2555ffe 6a0b641 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: #fff;
background: #1565c0;
border-radius: 100vh;
}
.js-plotly-plot .plotly {
padding-top: 30px !important;
background-color: white;
}
.js-plotly-plot .plotly .modebar {
top: -30px !important;
right: 10px !important;
}
.modebar-group {
display: flex;
flex-direction: row;
align-items: center;
}
|