diff --git a/webui/src/lib/components/AddModal.svelte b/webui/src/lib/components/AddModal.svelte index 47a8db5..ba826a4 100644 --- a/webui/src/lib/components/AddModal.svelte +++ b/webui/src/lib/components/AddModal.svelte @@ -110,9 +110,11 @@ {/if} {/each} -
- addEmitter.emit('choose')} /> -
+ {#if !uploading} +
+ addEmitter.emit('choose')} /> +
+ {/if}
@@ -224,11 +226,7 @@ } .progress { - margin-top: 1rem; + margin-top: 0.5rem; margin-bottom: 0.5rem; } - - .entry .progress { - margin-bottom: 1.5rem; - }