From d5a1271bbe60ceeea5206541ae6fff7fa5fecea1 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Wed, 16 Jan 2019 14:58:10 -0800 Subject: [PATCH] fixed account menu z-index on android --- app/ui/archiveTile.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index da1131cd..d488d76c 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -218,10 +218,7 @@ module.exports = function(state, emit, archive) { module.exports.wip = function(state, emit) { return html` - + ${ list( Array.from(state.archive.files) @@ -315,7 +312,7 @@ module.exports.uploading = function(state, emit) { return html` + class="flex flex-col items-start border border-grey-light bg-white p-4 w-full">

${archive.name}

@@ -400,7 +397,7 @@ module.exports.preview = function(state, emit) { archive.open = true; } return html` - +

${archive.name}

@@ -430,7 +427,7 @@ module.exports.downloading = function(state, emit) { const progress = state.transfer.progressRatio; const progressPercent = percent(progress); return html` - +

${archive.name}