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 CanvasLinkBlock scale to better match canvas page width

+1 -1
+1 -1
components/Blocks/PageLinkBlock.tsx
··· 214 214 style={{ 215 215 width: `calc(1px * ${pageWidth})`, 216 216 height: "calc(1150px * 2)", 217 - transform: `scale(calc((${pageWidth} / 1150 )))`, 217 + transform: `scale(calc(((${pageWidth} - 36) / 1272 )))`, 218 218 }} 219 219 > 220 220 {props.preview ? (