fix: Ensure digits in media player time readout have a consistent width (#35038)

This commit is contained in:
diondiondion 2025-06-13 17:30:40 +02:00 committed by GitHub
commit 71d4ce1c22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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