web/layout: move processing queue into content for better a11y

This commit is contained in:
wukko
2024-12-18 17:57:07 +06:00
parent 5860efa620
commit 73d0b24aaf

View File

@@ -85,13 +85,13 @@
{#if device.is.iPhone && app.is.installed}
<NotchSticker />
{/if}
<ProcessingQueue />
<DialogHolder />
<Sidebar />
{#if $updated}
<UpdateNotification />
{/if}
<div id="content">
<ProcessingQueue />
{#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated}
<Turnstile />
{/if}