From 72d2a8b30208f014c4f502c7956af39bebb6fe7d Mon Sep 17 00:00:00 2001 From: Xavier Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] Fix progress bar height --- src/Controller.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller.html b/src/Controller.html index 3af4c71c..4cf9e338 100644 --- a/src/Controller.html +++ b/src/Controller.html @@ -257,7 +257,7 @@ .rr-progress { width: 100%; - height: 4px; + height: 12px; background: #eee; position: relative; border-radius: 3px;