From 94e1fbba0c1c1fc06374df80d5a7477ccb2b19a7 Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 9 Apr 2019 14:21:18 +0200 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;