From 8d50e8c20158d42ae1fca7705b936ea852836fa7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 23:28:59 -0800 Subject: fix(error): no padding --- src/lib/Error/RateLimited.svelte | 22 ++++++++++++++-------- src/lib/Tools/Wrapped.svelte | 3 ++- 2 files changed, 16 insertions(+), 9 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Error/RateLimited.svelte b/src/lib/Error/RateLimited.svelte index 1861ca16..b00bbd11 100644 --- a/src/lib/Error/RateLimited.svelte +++ b/src/lib/Error/RateLimited.svelte @@ -14,18 +14,21 @@ {type} could not be loaded. You might have been rate limited.

+ {#if loginSessionError}

Your login session may have expired. Try logging out and logging back in, or try again in a few minutes.

{/if} + + +

+ {#if contact} -

- If the problem persists, please contact - @fuwn on AniList. -

+ If the problem persists, please contact + @fuwn on AniList. {/if} @@ -34,18 +37,21 @@ {type} could not be loaded. You might have been rate limited.

+ {#if loginSessionError}

Your login session may have expired. Try logging out and logging back in, or try again in a few minutes.

{/if} + + +

+ {#if contact} -

- If the problem persists, please contact - @fuwn on AniList. -

+ If the problem persists, please contact + @fuwn on AniList. {/if} {/if} diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 49704dcc..a01d9934 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -671,13 +671,14 @@ {:catch} - + {/await} {:catch} {#if useFullActivityHistory}

-- cgit v1.2.3