From b10f4976be9055d3dabf612575316e792a679552 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 16 Feb 2025 20:14:45 +0100 Subject: [PATCH] add ticker flow to etf page --- src/lib/components/Options/TickerFlow.svelte | 10 ++++----- .../etf/[tickerID]/options/+page.server.ts | 21 +++++++++++++++++++ .../etf/[tickerID]/options/+page.svelte | 8 +++++++ 3 files changed, 34 insertions(+), 5 deletions(-) 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 @@