Widen the speed value pill for decimal rates

Use a fixed ten-character value module with compact seven-pixel padding so 300.5 MB/s has balanced breathing room without affecting the graph position.
This commit is contained in:
Sucukdeluxe
2026-08-26 15:42:31 +02:00
parent 6116e212db
commit 0ba87c37ec
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -643,9 +643,9 @@ body,
display: flex;
align-items: center;
justify-content: flex-end;
flex: 0 0 9ch;
width: 9ch;
min-width: 9ch;
flex: 0 0 10ch;
width: 10ch;
min-width: 10ch;
padding: 0 7px;
font-size: 12px;
font-weight: 600;