Files
flask-formula10/formula10/static/style/diagram.css
Christoph Urlacher b250c47cb3
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
Update diagrams for landscape mode
2024-03-03 03:31:22 +01:00

11 lines
181 B
CSS

.chart-container {
width: 100%;
height: 50vh;
}
@media only screen and (orientation: landscape) {
.chart-container {
width: 100%;
height: 100vh;
}
}