Extend the speed graph to 150 pixels
Reallocate another ten pixels from the zero-speed label minimum to the sparkline while keeping the header control footprint unchanged.
This commit is contained in:
@@ -623,7 +623,7 @@ body,
|
||||
}
|
||||
|
||||
.speed-sparkline-canvas {
|
||||
width: 140px;
|
||||
width: 150px;
|
||||
height: 22px;
|
||||
display: block;
|
||||
}
|
||||
@@ -634,7 +634,7 @@ body,
|
||||
font-variant-numeric: tabular-nums;
|
||||
color: var(--text);
|
||||
white-space: nowrap;
|
||||
min-width: 42px;
|
||||
min-width: 32px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user