Merge remote-tracking branch 'fix_missing_progress_bar_for_cbz_file/fix_missing_progress_bar_for_cbz_file'

This commit is contained in:
Ozzie Isaacs
2025-12-29 14:37:11 +01:00
2 changed files with 7 additions and 7 deletions

View File

@@ -918,10 +918,3 @@ input:-moz-placeholder {
.icon-resize-small::before { .icon-resize-small::before {
content: "\e808"; content: "\e808";
} /* '' */ } /* '' */
#progress {
right: 4rem;
bottom: 2px;
width: fit-content;
position: absolute;
}

View File

@@ -72,3 +72,10 @@
right: 50px; right: 50px;
// position: absolute; // position: absolute;
} }
#progress {
right: 4rem;
bottom: 2px;
width: fit-content;
position: absolute;
}