From c1df061669cf2c565b90cfbe818ae004a5d5adc7 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 19 Feb 2019 11:25:40 -0800 Subject: [PATCH] android style fixes --- app/main.css | 11 ++++++++--- app/ui/archiveTile.js | 7 ++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app/main.css b/app/main.css index 5d41f38e..65e6f8b6 100644 --- a/app/main.css +++ b/app/main.css @@ -149,10 +149,8 @@ footer li:hover { } .intro { - max-width: unset; + max-width: 100%; height: unset; - margin-bottom: -3rem; - margin-right: -7rem; } .main { @@ -260,6 +258,13 @@ select { background-image: url('../assets/logo.svg'); } + .intro { + max-width: unset; + height: unset; + margin-bottom: -3rem; + margin-right: -7rem; + } + .main { @apply flex-1; @apply self-center; diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index 780a53e3..d8720a93 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -142,10 +142,7 @@ function archiveDetails(translate, archive) { num: archive.manifest.files.length })} - ${list( - archive.manifest.files.map(f => fileInfo(f)), - 'list-reset h-full' - )} + ${list(archive.manifest.files.map(f => fileInfo(f)), 'list-reset')} `; } @@ -241,7 +238,7 @@ module.exports = function(state, emit, archive) { module.exports.wip = function(state, emit) { return html` - + ${list( Array.from(state.archive.files) .reverse()