fix chart generation

This commit is contained in:
2026-01-27 17:01:33 +11:00
parent 57a3a29914
commit 47df7bc431
2 changed files with 25 additions and 6 deletions

View File

@@ -218,9 +218,18 @@ body {
margin-bottom: 8px;
}
.chart-canvas {
height: 210px;
}
.chart-card.wide .chart-canvas {
height: 220px;
}
canvas {
width: 100%;
height: 210px;
height: 100%;
display: block;
}
@media (max-width: 980px) {