summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/sass/_sidebar.scss4
-rw-r--r--layouts/partials/scripts.html5
2 files changed, 4 insertions, 5 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss
index 9010af5..ed4bee3 100644
--- a/assets/sass/_sidebar.scss
+++ b/assets/sass/_sidebar.scss
@@ -43,7 +43,7 @@
#container-progress {
cursor: pointer;
position: fixed;
- width: 3em;
+ width: 2.5em;
right: 1em;
bottom: 1em;
color: $color-primary;
@@ -54,7 +54,7 @@
.progressbar-text {
svg {
- width: 24px;
+ width: 1em;
vertical-align: middle;
}
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"