Initial work on seasons section

This commit is contained in:
Aleksi Lassila
2023-07-12 01:37:17 +03:00
parent e544eff886
commit ea6a42d8e2
14 changed files with 198 additions and 72 deletions

View File

@@ -70,7 +70,7 @@
{#each results.filter((m) => m).slice(0, 5) as result}
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div
class="flex px-4 py-2 gap-4 hover:bg-highlight-dim cursor-pointer"
class="flex px-4 py-2 gap-4 hover:bg-lighten cursor-pointer"
on:click={() => (window.location.href = '/movie/' + result.id)}
>
<div