diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue index 279a70e1..d96b40b9 100644 --- a/src/components/dialog/AddDownloadDialog.vue +++ b/src/components/dialog/AddDownloadDialog.vue @@ -127,60 +127,62 @@ onMounted(() => { - - - - - - {{ torrent?.title }} - ↑{{ torrent?.seeders }} - ↓{{ torrent?.peers }} - - - - - - {{ torrent?.description }} - - - - - - - - {{ formatFileSize(torrent?.size || 0) }} - - - - - - - - - - - - - - + + + + + {{ torrent?.title }} + ↑{{ torrent?.seeders }} + ↓{{ torrent?.peers }} + + + + + + {{ torrent?.description }} + + + + + + + + {{ formatFileSize(torrent?.size || 0) }} + + + + + + + + + + + + + {{ buttonText }}