Fix simple/quick card positions to accurate locations on the graph
This commit is contained in:
fraxle
2026-07-21 21:09:52 +01:00
parent 916efca55e
commit 674d3639c9
2 changed files with 83 additions and 35 deletions
+4
View File
@@ -1939,6 +1939,10 @@
width: max-content;
min-width: 100%;
}
/* Half-hour tracks across the whole day, plus a blank inset spacer at each
end (see fscPlot in app.js). Each card spans 2*interval tracks positioned
so it is centred on the hour it is labelled with; the outer cards overhang
into the spacers instead of off the edge. Columns are set inline. */
.forecast-simple-cards {
display: grid;
padding: 12px 0 0;