Stack Pace/HR charts vertically at double height instead of side by side

Each chart now takes the full card width and 200px height (was 100px,
half-width side by side), making the phase bands, target range, and
per-second trace much easier to read.
This commit is contained in:
2026-07-19 16:41:30 +02:00
parent db4c76b558
commit 82f08c0c1e
2 changed files with 5 additions and 6 deletions

View File

@@ -228,14 +228,13 @@ button:disabled {
.expected-actual-charts {
display: flex;
flex-direction: column;
gap: 1rem;
flex-wrap: wrap;
margin: 0.5rem 0;
}
.mini-chart {
flex: 1 1 220px;
min-width: 180px;
width: 100%;
}
.mini-chart-label {