From e9ee7d022c60e11e159d81a107c8c188ef102501 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 12 Feb 2019 19:14:01 -0800 Subject: [PATCH] adjusted padding of wip area --- app/ui/archiveTile.js | 10 +++++----- app/ui/selectbox.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index 66d8ed40..b8852608 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -29,7 +29,7 @@ function password(state) { const MAX_LENGTH = 32; return html` -
+
`; @@ -235,11 +235,11 @@ module.exports.wip = function(state, emit) { Array.from(state.archive.files) .reverse() .map(f => fileInfo(f, remove(f))), - 'bg-grey-lightest rounded-t list-reset overflow-y-auto px-4 md:h-full md:max-h-half-screen', + 'bg-grey-lightest rounded-t list-reset overflow-y-auto px-6 py-4 md:h-full md:max-h-half-screen', 'bg-white px-2 my-2 shadow-light rounded' )}
${options.map(