Lengthen the header speed graph

Extend the sparkline to 140 pixels and reclaim the same width from the zero-speed label area so the header control keeps its existing overall footprint.
This commit is contained in:
Sucukdeluxe
2026-08-26 15:10:48 +02:00
parent a087e11b52
commit a4010d8984
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -623,7 +623,7 @@ body,
}
.speed-sparkline-canvas {
width: 128px;
width: 140px;
height: 22px;
display: block;
}
@@ -634,7 +634,7 @@ body,
font-variant-numeric: tabular-nums;
color: var(--text);
white-space: nowrap;
min-width: 54px;
min-width: 42px;
text-align: right;
}