a tool for shared writing and social publishing
0
fork

Configure Feed

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

added space between post content and interactions

celine 8cda2350 3dc310a8

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/PostContent.tsx
··· 51 51 return ( 52 52 <div 53 53 //The postContent class is important for QuoteHandler 54 - className={`postContent flex flex-col sm:px-4 px-3 sm:pt-3 pt-2 pb-1 sm:pb-2 ${className}`} 54 + className={`postContent flex flex-col sm:px-4 px-3 sm:pt-3 pt-2 pb-1 sm:pb-6 ${className}`} 55 55 > 56 56 {blocks.map((b, index) => { 57 57 return (