mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 08:53:41 -05:00
Format tiling frontend
This commit is contained in:
parent
ccdddb005d
commit
912798a6f6
1 changed files with 4 additions and 2 deletions
|
|
@ -85,7 +85,9 @@
|
||||||
src="https://assets.hackclub.com/flag-orpheus-left.svg"
|
src="https://assets.hackclub.com/flag-orpheus-left.svg"
|
||||||
alt="Hack Club"
|
alt="Hack Club"
|
||||||
/>
|
/>
|
||||||
<div class="grid w-screen grid-rows-2 grid-cols-1 h-[90vh] justify-items-center bg-transparent mt-0">
|
<div
|
||||||
|
class="grid w-screen grid-rows-2 grid-cols-1 h-[90vh] justify-items-center bg-transparent mt-0"
|
||||||
|
>
|
||||||
{#if pathData?.map((path) => path.ready).includes(true)}
|
{#if pathData?.map((path) => path.ready).includes(true)}
|
||||||
{#if activePaths.length == 1}
|
{#if activePaths.length == 1}
|
||||||
<!-- svelte-ignore a11y-media-has-caption -->
|
<!-- svelte-ignore a11y-media-has-caption -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue