fix: Ensure digits in media player time readout have a consistent width (#35038)
This commit is contained in:
parent
e8868af079
commit
71d4ce1c22
1 changed files with 3 additions and 0 deletions
|
@ -7415,6 +7415,9 @@ a.status-card {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
|
||||||
|
// Ensure digits maintain a consistent width
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__time-sep,
|
&__time-sep,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue