mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
fix width of pregress bar
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user