diff options
author | amzrk2 | 2020-04-14 15:46:26 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 15:46:26 +0800 |
commit | 971f9bd9155eccdeefe563a3608dc46d2132abab (patch) | |
tree | 91fdc409de78f76fc79287ec67412fa1cff12968 /assets | |
parent | 4d07aeee876efb805739ee90120bc903a02e342b (diff) | |
download | hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.gz hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.bz2 hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.zip |
Add progess bar
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/_sidebar.scss | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss index 4d2b854..9053ac1 100644 --- a/assets/sass/_sidebar.scss +++ b/assets/sass/_sidebar.scss @@ -17,8 +17,12 @@ @include link-secondary(); - #widget-pages, #widget-tags, #widget-links { - div, ul { + #widget-pages, + #widget-tags, + #widget-links { + + div, + ul { margin: 0.5em 0em 0.5em 0em; } } @@ -33,4 +37,11 @@ width: 50%; } } +} + +#container-progress { + position: fixed; + width: 3em; + right: 1em; + bottom: 1em; }
\ No newline at end of file |