[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

edges

gree45 (Jan 24, 2025, 5:44 PM +0100) 0f4c2406 31e00a95

+2 -2
+2 -2
src/routes/game/+page.svelte
··· 181 181 {/if} 182 182 183 183 {#if data.cast.length > 0} 184 - <div class="flex px-4 pb-8 pt-4 text-sm text-white"> 185 - <div class="mb-2 text-lg font-semibold">cast</div> 184 + <div class="flex gap-x-6 px-4 pb-8 pt-4 text-sm text-white"> 185 + <!--<div class="mb-2 text-lg font-semibold">cast</div>*/--> 186 186 187 187 <div class={'flex gap-x-6 overflow-x-auto'}> 188 188 {#each data.cast as castMember}