Merge remote-tracking branch 'fix_missing_progress_bar_for_cbz_file/fix_missing_progress_bar_for_cbz_file'
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -72,3 +72,10 @@
|
|||||||
right: 50px;
|
right: 50px;
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#progress {
|
||||||
|
right: 4rem;
|
||||||
|
bottom: 2px;
|
||||||
|
width: fit-content;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user