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
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

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}