a tool for shared writing and social publishing
0
fork

Configure Feed

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

tweak blockquote spacing in list

+1 -1
+1 -1
components/Blocks/Block.tsx
··· 104 104 ? "pb-0" 105 105 : "pb-2" 106 106 } 107 - ${props.type === "blockquote" && props.previousBlock?.type === "blockquote" ? "-mt-3" : ""} 107 + ${props.type === "blockquote" && props.previousBlock?.type === "blockquote" ? (!props.listData ? "-mt-3" : "-mt-1") : ""} 108 108 ${ 109 109 !props.previousBlock 110 110 ? props.type === "heading" || props.type === "text"