👷 🐛 Add widgets content.

This commit is contained in:
凡梦星尘
2022-05-28 15:48:52 +08:00
parent ce6daa22b8
commit 035c908b33
9 changed files with 52 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
@if $reading_progress_enable {
.reading-progress-bar {
--progress: 0;
background: convert($reading_progress_color);
height: convert($reading_progress_height);
background: $reading_progress_color;
height: $reading_progress_height;
position: fixed;
z-index: $zindex-5;