From 096d99012d81f8b8582f48d8af7027751028803e Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Sat, 2 Jan 2021 20:45:04 +0100 Subject: [PATCH] Moved kalk_web span styles into the component --- kalk_web/src/App.svelte | 11 +++++++++- kalk_web/src/Calculator.svelte | 40 ++++++++++++++++++++-------------- kalk_web/src/styles/index.scss | 20 ----------------- 3 files changed, 34 insertions(+), 37 deletions(-) diff --git a/kalk_web/src/App.svelte b/kalk_web/src/App.svelte index c9a935e..3a592c5 100644 --- a/kalk_web/src/App.svelte +++ b/kalk_web/src/App.svelte @@ -2,4 +2,13 @@ import Calculator from "./Calculator.svelte"; - + + +
+ +
diff --git a/kalk_web/src/Calculator.svelte b/kalk_web/src/Calculator.svelte index ffa715f..515fd60 100644 --- a/kalk_web/src/Calculator.svelte +++ b/kalk_web/src/Calculator.svelte @@ -1,6 +1,14 @@ -
+

kalk

- Type 'help' for instructions. + Type 'help' for instructions.

{#each outputLines as line}

@@ -225,7 +233,7 @@ {/each}

- >>  + >>  {#await import('@paddim8/kalk') then kalk}