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}