diff options
author | DSRKafuU | 2020-04-23 23:34:45 +0800 |
---|---|---|
committer | GitHub | 2020-04-23 23:34:45 +0800 |
commit | 50900be20164758f1ae3ef1fb18d65424bc98743 (patch) | |
tree | a01ec7f161f73deac667b4e51be4f374b9ea8f5b /assets/sass/_sidebar.scss | |
parent | aaa441e5f2e065ebcf1e645f7924e9ef28b8d242 (diff) | |
parent | 29f2e593583861173b212c0495dec2e26206072b (diff) | |
download | hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.gz hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.bz2 hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.zip |
Merge pull request #5 from amzrk2/dev
Merge v1.2.0 dev branch
Diffstat (limited to 'assets/sass/_sidebar.scss')
-rw-r--r-- | assets/sass/_sidebar.scss | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss index 640494d..9cadddf 100644 --- a/assets/sass/_sidebar.scss +++ b/assets/sass/_sidebar.scss @@ -17,6 +17,7 @@ @include link-secondary(); + #widget-toc, #widget-pages, #widget-tags, #widget-links { @@ -39,27 +40,31 @@ } } -#container-progress { +#aplayer { + font-family: inherit; +} + +#scroll-top { cursor: pointer; position: fixed; - width: 3em; + width: 2.5em; + height: 2.5em; right: 1em; bottom: 1em; color: $color-primary; + background-color: $color-spliter; + border-radius: 100%; + line-height: 2.5em; + text-align: center; + vertical-align: middle; + display: inline-block; &:hover { color: $color-secondary; } - .progressbar-text { - svg { - width: 24px; - vertical-align: middle; - } - - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); + i { + font-size: 1.5em; + line-height: inherit; } }
\ No newline at end of file |