From 971f9bd9155eccdeefe563a3608dc46d2132abab Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 14 Apr 2020 15:46:26 +0800 Subject: Add progess bar --- assets/sass/_sidebar.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'assets/sass') 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 -- cgit v1.2.3