a tool for shared writing and social publishing

edits to block quote styling in pub posts

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/PostContent.tsx
··· 219 219 return ( 220 220 // highly unfortunate hack so that the border-l on blockquote is the height of just the text rather than the height of the block, which includes padding. 221 221 <blockquote 222 - className={` blockquote !py-0 !mt-1 !mb-2 last:!mb-3 last:sm:!mb-4 first:!mt-2 sm:first:pt-3 ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "-mt-2" : ""}`} 222 + className={` blockquote !py-0 !mb-2 last:!mb-3 last:sm:!mb-4 first:!mt-2 sm:first:pt-3 ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "!-mt-2" : "!mt-1"}`} 223 223 {...blockProps} 224 224 > 225 225 <TextBlock