mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-16 21:37:06 +02:00
web/layout: move processing queue into content for better a11y
This commit is contained in:
parent
5860efa620
commit
73d0b24aaf
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user