mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user