mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
fix: Ensure digits in media player time readout have a consistent width (#35038)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user