use monospace font for play progress

This commit is contained in:
Til Schmitter 2026-04-16 18:42:39 +02:00
parent c34a1288c7
commit 6016cca738

View file

@ -1365,7 +1365,8 @@ html.y #widget.open {
display: grid;
}
#altprogbar span {
font-size: small;
font-size: medium;
font-family: monospace;
color: var(--fg-weak);
margin: .3em;
align-self: center;