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.

better layout

+8 -1
+8 -1
src/routes/videos.$videoSlug.tsx
··· 64 64 metadataCard: { 65 65 backgroundColor: uiColor.bgSubtle, 66 66 borderColor: uiColor.border2, 67 + }, 68 + metadataCardWithoutDescription: { 67 69 marginTop: verticalSpace["8xl"], 68 70 }, 69 71 tag: { ··· 315 317 onEnded={handleVideoEnded} 316 318 /> 317 319 ) : ( 318 - <Card style={styles.metadataCard}> 320 + <Card 321 + style={[ 322 + styles.metadataCard, 323 + !session.description && styles.metadataCardWithoutDescription, 324 + ]} 325 + > 319 326 <CardBody> 320 327 <Flex direction="column" gap="4xl"> 321 328 <Text