web/layout: move ProcessingQueue outside of content

because it's always above content
This commit is contained in:
wukko
2025-02-24 23:49:01 +06:00
parent 137fdd8c03
commit bbc7629190

View File

@@ -91,8 +91,8 @@
{#if $updated}
<UpdateNotification />
{/if}
<div id="content">
<ProcessingQueue />
<div id="content">
{#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated}
<Turnstile />
{/if}