mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
use monospace font for play progress
This commit is contained in:
parent
c34a1288c7
commit
6016cca738
|
|
@ -1365,7 +1365,8 @@ html.y #widget.open {
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
#altprogbar span {
|
#altprogbar span {
|
||||||
font-size: small;
|
font-size: medium;
|
||||||
|
font-family: monospace;
|
||||||
color: var(--fg-weak);
|
color: var(--fg-weak);
|
||||||
margin: .3em;
|
margin: .3em;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue