Update web/src/lib/components/torrent-table.svelte

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Maximilian Dorninger
2025-10-29 16:19:20 +01:00
committed by GitHub
parent 3fb85c766f
commit 19c3300342

View File

@@ -88,7 +88,7 @@
<CheckmarkX state={torrent.imported} />
</Table.Cell>
{#if user().is_superuser}
<Table.Cell class="justify flex flex-col gap-2 xl:flex-row">
<Table.Cell class="flex flex-col justify-center gap-2 xl:flex-row">
{#if 'finished' !== getTorrentStatusString(torrent.status)}
<Button variant="secondary" onclick={() => retryTorrentDownload(torrent)}>
Retry Download