From 6016cca738d93f49ef2b8406e27a92c3497f5495 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 16 Apr 2026 18:42:39 +0200 Subject: [PATCH] use monospace font for play progress --- copyparty/web/browser.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index bb92784b..19167e0e 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -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;