Update diagrams for landscape mode
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
This commit is contained in:
11
formula10/static/style/diagram.css
Normal file
11
formula10/static/style/diagram.css
Normal file
@ -0,0 +1,11 @@
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user