aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/EpisodeDiscussionCollector.svelte4
-rw-r--r--src/lib/Tools/RandomFollower.svelte14
-rw-r--r--src/lib/Tools/SequelSpy.svelte8
3 files changed, 15 insertions, 11 deletions
diff --git a/src/lib/Tools/EpisodeDiscussionCollector.svelte b/src/lib/Tools/EpisodeDiscussionCollector.svelte
index 98b426a7..447333a8 100644
--- a/src/lib/Tools/EpisodeDiscussionCollector.svelte
+++ b/src/lib/Tools/EpisodeDiscussionCollector.svelte
@@ -64,5 +64,7 @@
</p>
{/await}
{:else}
- <p>Enter a username to search for to continue.</p>
+ <p />
+
+ Enter a username to search for to continue.
{/if}
diff --git a/src/lib/Tools/RandomFollower.svelte b/src/lib/Tools/RandomFollower.svelte
index 5b9a2319..88c1bd85 100644
--- a/src/lib/Tools/RandomFollower.svelte
+++ b/src/lib/Tools/RandomFollower.svelte
@@ -43,14 +43,16 @@
{:then users}
{@const user = users[Math.floor(randomSeed * users.length)]}
- <p>
- <a href={`https://anilist.co/user/${user.id}`} target="_blank">
- {user.name}
- </a>
- </p>
+ <p />
+
+ <a href={`https://anilist.co/user/${user.id}`} target="_blank">
+ {user.name}
+ </a>
{:catch}
<RateLimited type="Followers" list={false} />
{/await}
{:else}
- <p>Enter a username to search for to continue.</p>
+ <p />
+
+ Enter a username to search for to continue.
{/if}
diff --git a/src/lib/Tools/SequelSpy.svelte b/src/lib/Tools/SequelSpy.svelte
index 5684463f..c5d9c4a2 100644
--- a/src/lib/Tools/SequelSpy.svelte
+++ b/src/lib/Tools/SequelSpy.svelte
@@ -85,9 +85,9 @@
</ul>
{/await}
-<p style="opacity: 50%;">
- The count ratio is the number of episodes you've seen of any direct prequels, and the total number
- of episodes of all direct prequels.
-</p>
+<p />
+
+The count ratio is the number of episodes you've seen of any direct prequels, and the total number
+of episodes of all direct prequels.
<HoverCover {hovering} {hoveredMedia} {imageStyle} />