diff --git a/src/lib/components/Options/TickerFlow.svelte b/src/lib/components/Options/TickerFlow.svelte index 3faad3b0..b8e97ed1 100644 --- a/src/lib/components/Options/TickerFlow.svelte +++ b/src/lib/components/Options/TickerFlow.svelte @@ -168,8 +168,8 @@ }, grid: [ { - left: "3%", - right: "3%", + left: $screenWidth < 640 ? "3%" : "0%", + right: $screenWidth < 640 ? "3%" : "0%", top: $screenWidth < 640 ? "15%" : "5%", height: "60%", containLabel: true, @@ -417,7 +417,7 @@
-
+
{#if isLoading}
@@ -445,13 +445,13 @@