mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 10:43:41 -05:00
make one stream only bigger
This commit is contained in:
parent
2ea863de24
commit
b0daa8c8ac
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
{#if pathData?.map((path) => path.ready).includes(true)}
|
||||
{#if activePaths.length == 1}
|
||||
<div
|
||||
class="flex justify-center items-center w-screen h-1/2 absolute top-20"
|
||||
class="flex justify-center items-center w-screen h-3/4 absolute top-20"
|
||||
>
|
||||
<!-- svelte-ignore a11y-media-has-caption -->
|
||||
<video
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue