diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 0f17503..a035617 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -218,7 +218,7 @@ /> {/snippet} -
+
{#if isMobile} @@ -296,26 +296,28 @@ {/snippet}
-
- -
- {#if BUILD} - build {BUILD} - {/if} - -
+ {#if !isMobile} +
+ +
+ {#if BUILD} + build {BUILD} + {/if} + +
+ {/if}
@@ -412,6 +414,10 @@ height: 100%; width: 100%; + + &.is-mobile { + --footer-height: 0; + } } .workspace {