[Glitch] fix: Ensure digits in media player time readout have a consistent width
Port 71d4ce1c228bab470fa9d3bcb5a130cf53665103 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
e20ef39da4
commit
500fb00c2f
@ -7719,6 +7719,9 @@ img.modal-warning {
|
|||||||
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…
x
Reference in New Issue
Block a user