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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user