summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoramzrk22020-04-22 19:12:46 +0800
committeramzrk22020-04-22 19:12:46 +0800
commitf2b712d0b0922d3b0fd116611589dc25719e2bf8 (patch)
treecf89d0f2ce270d120edf78f17bfbb36562f2ad85 /assets
parent2c15f4495668f953709489133073ab2e7fa2efa8 (diff)
downloadhugo-theme-fuji-f2b712d0b0922d3b0fd116611589dc25719e2bf8.tar.gz
hugo-theme-fuji-f2b712d0b0922d3b0fd116611589dc25719e2bf8.tar.bz2
hugo-theme-fuji-f2b712d0b0922d3b0fd116611589dc25719e2bf8.zip
Adjust progressbar style
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_sidebar.scss4
1 files changed, 2 insertions, 2 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;
}