diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index cf9ac8ea..77f92a0b 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -189,13 +189,13 @@ module.exports = function(state, emit, archive) { module.exports.wip = function(state, emit) { return html` -
+
${ list( Array.from(state.archive.files) .reverse() .map(f => fileInfo(f, remove(f))), - 'list-reset overflow-y-scroll px-4 bg-blue-lightest md:max-h-half-screen', + 'list-reset overflow-y-scroll px-4 bg-blue-lightest md:h-full md:max-h-half-screen', 'bg-white px-2 mt-3 border border-grey-light rounded' ) }