mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 10:43: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"
|
||||
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 activePaths.length == 1}
|
||||
<!-- svelte-ignore a11y-media-has-caption -->
|
||||
|
|
@ -147,7 +149,7 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
:root{
|
||||
:root {
|
||||
overflow: hidden;
|
||||
}
|
||||
.gradient {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue