diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index da1131cd..d488d76c 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -218,10 +218,7 @@ module.exports = function(state, emit, archive) { module.exports.wip = function(state, emit) { return html` - + ${ list( Array.from(state.archive.files) @@ -315,7 +312,7 @@ module.exports.uploading = function(state, emit) { return html` + class="flex flex-col items-start border border-grey-light bg-white p-4 w-full">

${archive.name}

@@ -400,7 +397,7 @@ module.exports.preview = function(state, emit) { archive.open = true; } return html` - +

${archive.name}

@@ -430,7 +427,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - +

${archive.name}