From dbeefad83293b6af1fbfa24cb50d94080f8eb4c0 Mon Sep 17 00:00:00 2001 From: Arhey Date: Tue, 7 Mar 2023 03:06:50 +0300 Subject: [PATCH] Update CountryItem.svelte --- src/components/CountryItem.svelte | 127 +++++++++++++++++++----------- 1 file changed, 82 insertions(+), 45 deletions(-) diff --git a/src/components/CountryItem.svelte b/src/components/CountryItem.svelte index 0c8fba1b4..132675d3b 100644 --- a/src/components/CountryItem.svelte +++ b/src/components/CountryItem.svelte @@ -1,52 +1,89 @@ -
-

- -

- {#if expanded} -
-
- -
-
- {/if} +
+

+ {#if $downloadMode} +
+ +
+ {/if} + +

+ {#if expanded} +
+
+ +
+
+ {/if}