diff --git a/frontend/src/components/DownloadCenter.tsx b/frontend/src/components/DownloadCenter.tsx index a192869..ebdbab5 100644 --- a/frontend/src/components/DownloadCenter.tsx +++ b/frontend/src/components/DownloadCenter.tsx @@ -189,7 +189,7 @@ function DownloadRow({ const { t } = useTranslation(); const running = job.status === "running"; return ( -
+
@@ -338,7 +338,7 @@ function UsageBar() { if (!u) return null; const pct = u.unlimited || !u.max_bytes ? 0 : Math.min(100, (u.footprint_bytes / u.max_bytes) * 100); return ( -
+
{t("downloads.usage.title")} @@ -446,7 +446,7 @@ function QuotaUserPicker({ onPick }: { onPick: (u: { id: number; email: string } className={inputCls} /> {open && filtered.length > 0 && ( -
+
{filtered.map((u) => (