Make mobile menu behavior more consistent, and stats styles responsive (#391)

This commit is contained in:
InfiniteTF
2020-03-08 02:55:42 +01:00
committed by GitHub
parent cb594f0e43
commit b3fab3cfef
15 changed files with 135 additions and 49 deletions

View File

@@ -168,7 +168,11 @@ export const SettingsTasksPanel: React.FC = () => {
<Form.Group>
<h5>Status: {status}</h5>
{!!status && status !== "Idle" ? (
<ProgressBar animated now={progress} label={`${progress.toFixed(0)}%`} />
<ProgressBar
animated
now={progress}
label={`${progress.toFixed(0)}%`}
/>
) : (
""
)}