From 06e77fded77ec76bdc3b3def4aabce59921f25eb Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 3 Mar 2025 15:53:16 +0100 Subject: [PATCH] ui fix --- src/lib/components/AnalystEstimate.svelte | 18 +++++++++--------- .../components/Options/GreekExposure.svelte | 4 ++-- .../components/Options/HottestContracts.svelte | 3 +-- .../components/Options/UnusualActivity.svelte | 5 +---- src/lib/components/Options/Volatility.svelte | 4 ++-- src/routes/etf/[tickerID]/+layout.svelte | 5 +---- src/routes/index/[tickerID]/+layout.svelte | 5 +---- .../options/hottest-contracts/+page.svelte | 4 +--- src/routes/options-flow/+page.svelte | 6 ++---- src/routes/stock-screener/+page.svelte | 6 ++---- src/routes/stocks/[tickerID]/+layout.svelte | 5 +---- 11 files changed, 23 insertions(+), 42 deletions(-) diff --git a/src/lib/components/AnalystEstimate.svelte b/src/lib/components/AnalystEstimate.svelte index 30e4981e..db829543 100644 --- a/src/lib/components/AnalystEstimate.svelte +++ b/src/lib/components/AnalystEstimate.svelte @@ -789,7 +789,7 @@ Revenue @@ -808,7 +808,7 @@ Revenue Growth @@ -843,7 +843,7 @@ EPS @@ -862,7 +862,7 @@ EPS Growth @@ -896,7 +896,7 @@ Net Income @@ -915,7 +915,7 @@ Net Income Growth @@ -950,7 +950,7 @@ EBITDA @@ -969,7 +969,7 @@ EBITDA Growth @@ -1004,7 +1004,7 @@ No. Analysts {#each tableCombinedRevenue as item} diff --git a/src/lib/components/Options/GreekExposure.svelte b/src/lib/components/Options/GreekExposure.svelte index 5df770b8..74d2aa4f 100644 --- a/src/lib/components/Options/GreekExposure.svelte +++ b/src/lib/components/Options/GreekExposure.svelte @@ -386,7 +386,7 @@ {:else if data?.user?.tier !== "Pro"} diff --git a/src/lib/components/Options/HottestContracts.svelte b/src/lib/components/Options/HottestContracts.svelte index b2f451b5..b6efefa8 100644 --- a/src/lib/components/Options/HottestContracts.svelte +++ b/src/lib/components/Options/HottestContracts.svelte @@ -4,7 +4,6 @@ import TableHeader from "$lib/components/Table/TableHeader.svelte"; import UpgradeToPro from "$lib/components/UpgradeToPro.svelte"; - import Infobox from "$lib/components/Infobox.svelte"; import highcharts from "$lib/highcharts.ts"; export let data; @@ -828,7 +827,7 @@ id="optionDetailsDesktopModal" class="modal {$screenWidth < 640 ? 'modal-bottom ' - : ''} bg-[#000] bg-opacity-[0.8] sm:px-5" + : ''} bg-[#000]/40 sm:px-5" >