From aca323ccf62a58ffa54005c95ae302b72b0927f2 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 12 Mar 2023 23:57:29 -0400 Subject: [PATCH] Fix styling --- web-frontend/src/routes/+layout.svelte | 2 +- web-frontend/src/routes/+page.svelte | 4 +- web-frontend/src/routes/app/+page.svelte | 48 ++++++++++++------------ 3 files changed, 29 insertions(+), 25 deletions(-) diff --git a/web-frontend/src/routes/+layout.svelte b/web-frontend/src/routes/+layout.svelte index 13d60a8..66badde 100644 --- a/web-frontend/src/routes/+layout.svelte +++ b/web-frontend/src/routes/+layout.svelte @@ -40,7 +40,7 @@ -
+
diff --git a/web-frontend/src/routes/+page.svelte b/web-frontend/src/routes/+page.svelte index b32d4db..68bb80f 100644 --- a/web-frontend/src/routes/+page.svelte +++ b/web-frontend/src/routes/+page.svelte @@ -1,4 +1,6 @@ -

Home

+
+

Home

+
diff --git a/web-frontend/src/routes/app/+page.svelte b/web-frontend/src/routes/app/+page.svelte index a462788..737a352 100644 --- a/web-frontend/src/routes/app/+page.svelte +++ b/web-frontend/src/routes/app/+page.svelte @@ -64,30 +64,32 @@ }; -

Encode

+
+

App

-

{outputValue}

-{#if wasm.status == WasmStatus.Loaded || wasm.status == WasmStatus.NotLoaded} -

Current cursor: {addr} => ({latlng.lat}, {latlng.lng})

+

{outputValue}

+ {#if wasm.status == WasmStatus.Loaded || wasm.status == WasmStatus.NotLoaded} +

Current cursor: {addr} => ({latlng.lat}, {latlng.lng})

- + - -{:else if wasm.status == WasmStatus.Errored} -
-
- + + {:else if wasm.status == WasmStatus.Errored} +
+
+ +
+
+

Could not start core module

+

Error: {wasm.error}.

+
-
-

Could not start core module

-

Error: {wasm.error}.

-
-
-{/if} + {/if} +