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}