diff options
Diffstat (limited to 'src/lib/Tools/SequelCatcher/Tool.svelte')
| -rw-r--r-- | src/lib/Tools/SequelCatcher/Tool.svelte | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Tools/SequelCatcher/Tool.svelte b/src/lib/Tools/SequelCatcher/Tool.svelte index 4038c04e..05227ac4 100644 --- a/src/lib/Tools/SequelCatcher/Tool.svelte +++ b/src/lib/Tools/SequelCatcher/Tool.svelte @@ -1,4 +1,5 @@ <script lang="ts"> + import Spacer from '$lib/Layout/Spacer.svelte'; import List from './List.svelte'; import type { AniListAuthorisation } from '$lib/Data/AniList/identity'; import userIdentity from '$stores/identity'; @@ -71,7 +72,7 @@ <Message message="" loader="ripple" slot withReload fullscreen>Error fetching media.</Message> {/await} - <p></p> + <Spacer /> <blockquote style="margin: 0 0 0 1.5rem;"> Thanks to <Username username="sevengirl" /> and <Username username="esthereae" /> for the idea! |