[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.

tring stuff

+1 -1
+1 -1
src/routes/game/+page.svelte
··· 184 184 <div class="flex-row px-4 pb-8 pt-4 text-sm text-white"> 185 185 <div class="mb-2 text-lg font-semibold">cast</div> 186 186 187 - <div class={cn('flex gap-x-6 overflow-x-auto')}> 187 + <div class={cn('flex justify-content-start gap-x-6 overflow-x-auto')}> 188 188 {#each data.cast as castMember} 189 189 <a 190 190 href={`/cast/${castMember.id}-${nameToId(castMember.name)}`}