fix width of pregress bar

This commit is contained in:
SpikeHD
2022-05-12 23:03:57 -07:00
parent 7b908bd311
commit ee9863c224

View File

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