From 3bf37aa123598c3c5efccc4883aee8db198ad9a2 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:41:02 +0300 Subject: [PATCH] Update +page.svelte --- src/pages/+page.svelte | 61 ++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/src/pages/+page.svelte b/src/pages/+page.svelte index e8fd59e21..d05940a3f 100644 --- a/src/pages/+page.svelte +++ b/src/pages/+page.svelte @@ -91,57 +91,54 @@ let scrollTop = 0 - + iptv-org
150} class="z-40 w-full min-w-[360px] flex items-center" - style="top: {scrollTop > 150 && scrollTop <= 210 ? scrollTop-210: 0}px" + style="top: {scrollTop > 150 && scrollTop <= 210 ? scrollTop - 210 : 0}px" > - + 150} />
- + {#if isLoading} -
- loading... -
- {/if} {#each visible as country (country.code)} {#if grouped[country.code] && - grouped[country.code].length > 0} - - {/if} {/each} {#if !isLoading} - -
-
-
-
-
+
+ loading... +
+ {/if} + {#each visible as country (country.code)} + {#if grouped[country.code] && grouped[country.code].length > 0} + + {/if} + {/each} + {#if !isLoading} + +
+
+
+
+
{/if}
{#if $downloadMode} - + {/if}