From f2b712d0b0922d3b0fd116611589dc25719e2bf8 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 22 Apr 2020 19:12:46 +0800 Subject: Adjust progressbar style --- layouts/partials/scripts.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 79befb5..c47a474 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -45,12 +45,11 @@ $(function () { var bar = new ProgressBar.Circle("#progress", { color: "#8AA2D3", - strokeWidth: 12, + strokeWidth: 10, trailColor: "#E5E2E4", - trailWidth: 12, + trailWidth: 10, text: { value: '{{ partial "fas/fa-angle-up" . }}', - autoStyleContainer: false, style: null }, fill: "#E5E2E4" -- cgit v1.2.3