[Glitch] fix: Ensure digits in media player time readout have a consistent width

Port 71d4ce1c22 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-06-13 17:30:40 +02:00
committed by Claire
parent e20ef39da4
commit 500fb00c2f

View File

@@ -7719,6 +7719,9 @@ img.modal-warning {
overflow: hidden;
text-overflow: ellipsis;
margin: 0 5px;
// Ensure digits maintain a consistent width
font-variant-numeric: tabular-nums;
}
&__time-sep,