mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
fix download list
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ProgressBarWrapper {
|
.ProgressBarWrapper div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -46,7 +46,9 @@ export default class ProgressBar extends React.Component<IProps, IState> {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="ProgressBarWrapper">
|
<div className="ProgressBarWrapper">
|
||||||
<div>
|
<div style={{
|
||||||
|
width: '100%'
|
||||||
|
}}>
|
||||||
<div className="ProgressBar">
|
<div className="ProgressBar">
|
||||||
<div className="InnerProgress" style={{
|
<div className="InnerProgress" style={{
|
||||||
width: `${(() => {
|
width: `${(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user