alpha
Login
or
Join now
flo-bit.dev
/
skywatched
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto
skywatched.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
sa
author
gree45
date
2 years ago
(Jan 22, 2025, 7:16 PM +0100)
commit
68f75329
68f75329f3a580c6ae18ee716684ebab4ba05bb3
parent
0c000790
0c0007904e159dac45478797b30fd3fdaa88e52e
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
routes
game
+page.svelte
+2
-2
src/routes/game/+page.svelte
View file
Reviewed
···
184
184
<div class="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
187
-
<div class={cn('flex gap-x-6 overflow-x-auto')}>
187
187
+
<div class={cn('flex-fill 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)}`}
···
201
201
</a>
202
202
{/each}
203
203
</div>
204
204
-
<div class={cn('flex gap-x-6 overflow-x-auto')}>
204
204
+
<div class={cn('flex-fill gap-x-6 overflow-x-auto')}>
205
205
{#each data.cast as castMember}
206
206
<a
207
207
href={`/cast/${castMember.id}-${nameToId(castMember.name)}`}