From 47d75d822023649d6ffdcd642252a63ee3103edf Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Thu, 21 Feb 2019 16:43:15 -0800 Subject: [PATCH] adjusted modal background and download preview --- app/ui/archiveTile.js | 4 +++- app/ui/download.js | 8 +++----- app/ui/modal.js | 7 ++----- tailwind.js | 1 + 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index d61ed86a..56eff232 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -447,7 +447,8 @@ module.exports.preview = function(state, emit) { archive.open = true; } return html` - + +

${archive.name}

@@ -458,6 +459,7 @@ module.exports.preview = function(state, emit) {
${archiveDetails(state.translate, archive)}
+