Only apply horizontal diagram width on mobile
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s

This commit is contained in:
2024-03-03 03:34:42 +01:00
parent b250c47cb3
commit 873df8bd8e

View File

@ -3,7 +3,7 @@
height: 50vh;
}
@media only screen and (orientation: landscape) {
@media only screen and (orientation: landscape) and (max-width: 900px) {
.chart-container {
width: 100%;
height: 100vh;