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