From 4d467e9f868b5d6647a444ca4bbc058e255c7237 Mon Sep 17 00:00:00 2001 From: kharhamel Date: Thu, 10 Jun 2021 16:57:33 +0200 Subject: [PATCH] FIX: Improved the visuals of the visit card --- .../src/Components/VisitCard/VisitCard.svelte | 73 ++++++++++++++----- 1 file changed, 53 insertions(+), 20 deletions(-) diff --git a/front/src/Components/VisitCard/VisitCard.svelte b/front/src/Components/VisitCard/VisitCard.svelte index cc7f00d6..5cdb4cfe 100644 --- a/front/src/Components/VisitCard/VisitCard.svelte +++ b/front/src/Components/VisitCard/VisitCard.svelte @@ -1,39 +1,64 @@ -
- -
- -
+
+ {#if hidden} +
+ {/if} + + {#if !hidden} +
+ +
+ {/if} +
+ +