this repo has no description atmosphereconf-vods.wisp.place/
4
fork

Configure Feed

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

move time for better mobile layout

+17 -20
+17 -20
src/routes/videos.$videoSlug.tsx
··· 162 162 header: { 163 163 marginBottom: 0, 164 164 }, 165 - selfStretch: { 166 - alignSelf: "stretch", 167 - }, 168 165 atmoRsvpLink: { 169 166 backgroundColor: { 170 167 default: primaryColor.bgSubtle, ··· 256 253 return ( 257 254 <Page.Root style={styles.root}> 258 255 <Page.Header style={styles.header}> 259 - <Flex direction="column" gap="6xl" align="start"> 260 - <RouterLink 261 - aria-label={`Back to ${track?.name ?? "room"}`} 262 - to="/tracks/$trackSlug" 263 - params={{ trackSlug: session.trackSlug }} 264 - > 265 - <ArrowLeft /> 266 - Back to {track?.name ?? "room"} 267 - </RouterLink> 268 - <Flex direction="column" gap="2xl" style={styles.selfStretch}> 269 - <Flex direction="row" justify="between" align="start" gap="md"> 270 - <Page.Title style={styles.grow}>{session.title}</Page.Title> 271 - <Text size="sm" style={styles.tag}> 272 - {formatLocalTime(session.startsAt)} -{" "} 273 - {formatLocalTime(session.endsAt)} PDT 274 - </Text> 275 - </Flex> 256 + <Flex direction="column" gap="6xl"> 257 + <Flex direction="row" justify="between" align="start" gap="md"> 258 + <RouterLink 259 + aria-label={`Back to ${track?.name ?? "room"}`} 260 + to="/tracks/$trackSlug" 261 + params={{ trackSlug: session.trackSlug }} 262 + > 263 + <ArrowLeft /> 264 + Back to {track?.name ?? "room"} 265 + </RouterLink> 266 + <Text size="sm" style={styles.tag}> 267 + {formatLocalTime(session.startsAt)} -{" "} 268 + {formatLocalTime(session.endsAt)} PDT 269 + </Text> 270 + </Flex> 271 + <Flex direction="column" gap="2xl"> 272 + <Page.Title style={styles.grow}>{session.title}</Page.Title> 276 273 <Page.Description> 277 274 {track?.name} 278 275 {day ? ` · ${day.label}` : ""}