From 0b8eae11dec580380e1e79553799aa470789a5ed Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 26 Feb 2019 14:52:37 -0800 Subject: [PATCH] updated styles --- app/ui/archiveTile.js | 48 +++++++++++++++++++++++++++---------------- app/ui/copyDialog.js | 2 +- app/ui/download.js | 12 ++++++++--- app/ui/notFound.js | 6 ++++-- tailwind.js | 2 +- 5 files changed, 45 insertions(+), 25 deletions(-) diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index b840db94..232dd65c 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -108,8 +108,8 @@ function fileInfo(file, action) {

-

${file.name}

-
${bytes( +

${file.name}

+
${bytes( file.size )}
@@ -203,12 +203,12 @@ module.exports = function(state, emit, archive) { title="${state.translate('deleteButtonHover')}" src="${assets.get('close-16.svg')}" onclick=${del}/> -

${archive.name}

-
${bytes( +

${archive.name}

+
${bytes( archive.size )}

-
+
${expiryInfo(state.translate, archive)}
${archiveDetails(state.translate, archive)} @@ -388,11 +388,17 @@ module.exports.empty = function(state, emit) { const upsell = state.user.loggedIn ? '' : html` -

+ `; return html` + ${archiveDetails(state.translate, archive)} +

+ `; return html`
-

- -

${archive.name}

-
${bytes( - archive.size - )}
-

-
- ${archiveDetails(state.translate, archive)} -
+

+ +

${archive.name}

+
${bytes( + archive.size + )}
+

+ ${details}