From d2a0e7825a80e34bc1677e0a65da73ad57b998b0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 19 Sep 2023 13:14:54 +1000 Subject: [PATCH] Hide show/close buttons on mobile iOS can't handle text fields that are potentially megabytes big, and the close button is superfluous --- ts/import-page/CloseButton.svelte | 2 +- ts/import-page/QueueSummary.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/import-page/CloseButton.svelte b/ts/import-page/CloseButton.svelte index 1aae93079..a1a7f0c44 100644 --- a/ts/import-page/CloseButton.svelte +++ b/ts/import-page/CloseButton.svelte @@ -19,7 +19,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{summary.summaryTemplate({ count: notes.length })} {#if summary.canBrowse} - + {/if} {/if}