tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
fix cover image positioning
awarm.space
1 month ago
e088ff46
cdd3b7ba
+1
-1
1 changed file
expand all
collapse all
unified
split
components
PostListing.tsx
+1
-1
components/PostListing.tsx
···
128
128
<img
129
129
src={blobRefToSrc(postRecord.coverImage.ref, postUri.host)}
130
130
alt={postRecord.title || ""}
131
131
-
className="w-full h-auto aspect-video object-cover rounded"
131
131
+
className="w-full h-auto aspect-video object-cover object-top-left rounded"
132
132
/>
133
133
</div>
134
134
)}