mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Make mobile menu behavior more consistent, and stats styles responsive (#391)
This commit is contained in:
@@ -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)}%`}
|
||||
/>
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user