From: PhiTux Date: Sun, 28 Sep 2025 15:20:33 +0000 (+0200) Subject: css fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1d90b5a6f8fe544e06a627c22d86df78276efb46;p=DailyTxT.git css fixes --- diff --git a/frontend/src/lib/FileList.svelte b/frontend/src/lib/FileList.svelte index 55e3cf0..56ad128 100644 --- a/frontend/src/lib/FileList.svelte +++ b/frontend/src/lib/FileList.svelte @@ -91,7 +91,7 @@ ondrop={(e) => handleDrop(e, index)} > - {#if editable} + {#if editable && files.length > 1}