diff --git a/web/src/components/queue/ProcessingQueue.svelte b/web/src/components/queue/ProcessingQueue.svelte index 8a4efa13..4eaf4da1 100644 --- a/web/src/components/queue/ProcessingQueue.svelte +++ b/web/src/components/queue/ProcessingQueue.svelte @@ -46,7 +46,7 @@ }); -
+
{#if queue.length} - @@ -144,10 +148,6 @@ outline-offset: 5px; } - #processing-queue:not(.expanded) .header-buttons button { - pointer-events: none; - } - .header-buttons button :global(svg) { height: 16px; width: 16px;