From cac0e644cd33a085d13949f3394b081958f61495 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 11 Mar 2025 01:21:50 +0100 Subject: [PATCH] ui fix --- src/routes/+error.svelte | 21 +++---- src/routes/+layout.svelte | 56 +++++++++---------- src/routes/market-mover/+layout.svelte | 1 - src/routes/market-mover/active/+layout.svelte | 4 +- .../market-mover/afterhours/+layout.svelte | 4 +- src/routes/market-mover/losers/+layout.svelte | 8 +-- .../market-mover/premarket/+layout.svelte | 4 +- src/routes/register/+page.svelte | 44 +++++++++------ 8 files changed, 74 insertions(+), 68 deletions(-) diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 4b5921e1..42b5fada 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -1,36 +1,37 @@
-
+
-

+

Page Not found - {$page?.status}

- + Logo -
+
The page was not found. If this error occurs persistenly please report it to us via {emailAddress}.
@@ -39,7 +40,7 @@ Back to Home Page diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c14fb139..f8098e5a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -355,7 +355,7 @@ {:else}
- Or register using + Or register using
@@ -158,7 +158,7 @@ on:click={() => (oauthLoading = !oauthLoading)} on:mouseenter={handleHoverGoogle} on:mouseleave={handleHoverGoogle} - class="cursor-pointer shrink-0 rounded-full w-12 h-12 relative bg-default flex items-center justify-center border border-gray-600 sm:hover:bg-secondary text-white" + class="cursor-pointer shrink-0 rounded-full w-12 h-12 relative bg-default flex items-center justify-center border border-gray-600 sm:hover:bg-secondary" > (oauthLoading = !oauthLoading)} on:mouseenter={handleHoverDiscord} on:mouseleave={handleHoverDiscord} - class="cursor-pointer shrink-0 rounded-full w-12 h-12 relative bg-default flex items-center justify-center border border-gray-600 sm:hover:bg-secondary text-white" + class="cursor-pointer shrink-0 rounded-full w-12 h-12 relative bg-default flex items-center justify-center border border-gray-600 sm:hover:bg-secondary" > You already have an account? - Sign in + Sign in

@@ -773,11 +777,15 @@ class="absolute bottom-5 pb-1 text-xs text-center w-full max-w-lg text-gray-300" > By registering you agree to stocknear's - Terms of Use and acknowledge that you've read our - Privacy Policy.