Vehicle Speed Calcs
Extra At A Glance ranges
New Driver profile
This commit is contained in:
Fraxle
2026-06-27 06:19:25 +01:00
parent 0675d4987b
commit efcf2d621c
9 changed files with 177 additions and 73 deletions
+4
View File
@@ -1214,6 +1214,10 @@
.col-toggle-group--expanded {
flex: 0 0 calc((100% - 12px) / 3 * 2 + 6px);
}
/* Vehicle group fuses three children (select + speed + vent) — full row. */
.col-toggle-group--expanded.col-toggle-group--triple {
flex: 0 0 100%;
}
.col-toggle-group .cs-wrap {
flex: 1 1 0;
min-width: 0;
+1
View File
@@ -1682,6 +1682,7 @@
color: #4a3420;
text-align: right;
flex-shrink: 0;
white-space: pre-line; /* honour \n so multi-range windows stack one per line */
}
/* Alert state - draws attention without being aggressive */