Extend the header speed sparkline

Use twelve pixels of unused zero-speed label spacing for a longer graph while preserving the overall header control width and room for wider speed values.
This commit is contained in:
Sucukdeluxe
2026-08-26 15:07:54 +02:00
parent 5931c8de75
commit a087e11b52
2 changed files with 12 additions and 5 deletions
+4 -4
View File
@@ -622,19 +622,19 @@ body,
pointer-events: none;
}
.speed-sparkline-canvas {
width: 116px;
.speed-sparkline-canvas {
width: 128px;
height: 22px;
display: block;
}
.speed-sparkline-value {
.speed-sparkline-value {
font-size: 12px;
font-weight: 600;
font-variant-numeric: tabular-nums;
color: var(--text);
white-space: nowrap;
min-width: 66px;
min-width: 54px;
text-align: right;
}