mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -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;
|
||||
}
|
||||
#altprogbar span {
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
font-family: monospace;
|
||||
color: var(--fg-weak);
|
||||
margin: .3em;
|
||||
align-self: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue