diff --git a/android/android.js b/android/android.js index d5c10fe5..a99a047b 100644 --- a/android/android.js +++ b/android/android.js @@ -53,7 +53,7 @@ function body(main) { const menu = html` diff --git a/android/pages/home.js b/android/pages/home.js index 84f227ab..f1259dfb 100644 --- a/android/pages/home.js +++ b/android/pages/home.js @@ -42,11 +42,7 @@ module.exports = function(state, emit) { content = archives.length < 1 ? intro(state) - : list( - archives, - 'list-reset h-full overflow-y-auto w-full', - 'mb-3 w-full' - ); + : list(archives, 'h-full overflow-y-auto w-full', 'mb-3 w-full'); } return html` @@ -57,7 +53,7 @@ module.exports = function(state, emit) { > ${content} -
+
${button}