fix download list

This commit is contained in:
SpikeHD
2022-05-12 21:16:09 -07:00
parent 3c8a3f2537
commit f9f3461da5
2 changed files with 4 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
color: #fff !important;
}
.ProgressBarWrapper {
.ProgressBarWrapper div {
display: flex;
flex-direction: row;
align-items: center;

View File

@@ -46,7 +46,9 @@ export default class ProgressBar extends React.Component<IProps, IState> {
render() {
return (
<div className="ProgressBarWrapper">
<div>
<div style={{
width: '100%'
}}>
<div className="ProgressBar">
<div className="InnerProgress" style={{
width: `${(() => {