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(