diff options
| author | Fuwn <[email protected]> | 2024-01-11 00:42:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-11 00:42:21 -0800 |
| commit | 0ce3915916fceb2ef4c28d6bb659cec4b11741ae (patch) | |
| tree | 0d4005255c4a091b408eb87d8be75d063a73f740 /src/lib/Tools | |
| parent | feat(activityhistory): clearer wording (diff) | |
| download | due.moe-0ce3915916fceb2ef4c28d6bb659cec4b11741ae.tar.xz due.moe-0ce3915916fceb2ef4c28d6bb659cec4b11741ae.zip | |
fix(crunchyroll): pad continuing
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Schedule/Crunchyroll.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Tools/Schedule/Crunchyroll.svelte b/src/lib/Tools/Schedule/Crunchyroll.svelte index faba0222..295612a8 100644 --- a/src/lib/Tools/Schedule/Crunchyroll.svelte +++ b/src/lib/Tools/Schedule/Crunchyroll.svelte @@ -74,10 +74,10 @@ {/each} </ol> </details> - - <p /> </div> + <p /> + <div class="card day"> <details open class="details-unstyled"> <summary>Continuing from previous season</summary> |