mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-02 22:17:56 +00:00
fix(ui): refine settings and surface styling
This commit is contained in:
@@ -279,7 +279,7 @@ export const DownloadItem = React.memo<DownloadItemProps>(({
|
||||
>
|
||||
{(download.status === 'queued' || download.status === 'staged') && queueIndex !== -1 ? (
|
||||
<>
|
||||
<Clock size={12} className={download.status === 'queued' ? 'animate-pulse shrink-0' : 'shrink-0'} />
|
||||
<Clock size={12} className={download.status === 'queued' ? 'animate-pulse motion-reduce:animate-none shrink-0' : 'shrink-0'} />
|
||||
<span className="truncate">
|
||||
{downloadStatusLabel} #{queueIndex + 1}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user