a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix cover image positioning

+1 -1
+1 -1
components/PostListing.tsx
··· 128 128 <img 129 129 src={blobRefToSrc(postRecord.coverImage.ref, postUri.host)} 130 130 alt={postRecord.title || ""} 131 - className="w-full h-auto aspect-video object-cover rounded" 131 + className="w-full h-auto aspect-video object-cover object-top-left rounded" 132 132 /> 133 133 </div> 134 134 )}