From c855d92af3e776b927f27c4aeadda621f21a912d Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 15 Jul 2024 10:49:59 +0200 Subject: [PATCH] ui fixes --- src/lib/components/CountrySegmentation.svelte | 2 +- src/lib/components/CreateNewPost.svelte | 2 +- src/lib/components/Footer.svelte | 4 +- src/lib/components/MiniPlot.svelte | 2 +- src/lib/components/NotificationBell.svelte | 2 +- src/lib/components/PostSection.svelte | 4 +- src/lib/components/Searchbar.svelte | 22 ++--- src/lib/components/SectorSegmentation.svelte | 2 +- src/routes/+layout.svelte | 83 ++++++++++++++++--- src/routes/community/+page.svelte | 16 ++-- .../community/post/[postId]/+page.svelte | 2 +- src/routes/contact/+page.svelte | 4 +- src/routes/portfolio/+page.svelte | 2 +- src/routes/price-alert/+page.svelte | 8 +- src/routes/pricing/+page.svelte | 2 +- src/routes/privacy-policy/+page.svelte | 4 +- src/routes/terms-of-use/+page.svelte | 4 +- src/routes/watchlist/+page.svelte | 10 +-- 18 files changed, 114 insertions(+), 61 deletions(-) diff --git a/src/lib/components/CountrySegmentation.svelte b/src/lib/components/CountrySegmentation.svelte index 69e5bb8f..33c5a76a 100644 --- a/src/lib/components/CountrySegmentation.svelte +++ b/src/lib/components/CountrySegmentation.svelte @@ -75,7 +75,7 @@ $: { {#each (showFullStats ? geographicList : geographicList?.slice(0,3)) as item,index} -
+
-
+
diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index a591ccec..cff9eb99 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -8,7 +8,7 @@ -