From 81a37c864b1883a536da78c59578b5466d03fd0e Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Tue, 16 Nov 2021 23:30:26 +0200 Subject: [PATCH] Fixed alignment issues; added a lot more flexboxes --- client/src/App.svelte | 18 +++--- client/src/BottomBorder.svelte | 13 ++-- client/src/CardBG.svelte | 12 ++-- client/src/Login.svelte | 8 +-- client/src/MainPage.svelte | 108 +++++++++++++++++---------------- client/src/TopBorder.svelte | 15 ++--- 6 files changed, 84 insertions(+), 90 deletions(-) diff --git a/client/src/App.svelte b/client/src/App.svelte index 1e11f62..1d10678 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -11,14 +11,16 @@ import TopBorder from "./TopBorder.svelte"; } -
- - - {#if loggedin} - - {:else} - - {/if} +
+ +
+ {#if loggedin} + + {:else} + + {/if} +
+
diff --git a/client/src/BottomBorder.svelte b/client/src/BottomBorder.svelte index abe9208..060778a 100644 --- a/client/src/BottomBorder.svelte +++ b/client/src/BottomBorder.svelte @@ -1,21 +1,16 @@ -
-
+
-