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 LeafletContent to better match actual canvas width for home preview

+3 -3
+3 -3
app/home/LeafletPreview.tsx
··· 90 90 <div 91 91 className={`absolute top-0 left-0 origin-top-left pointer-events-none `} 92 92 style={{ 93 - width: `1150px`, 94 - height: "calc(1150px * 2)", 95 - transform: `scale(calc((${dimensions.width} / 1150 )))`, 93 + width: `1272px`, 94 + height: "calc(1272px * 2)", 95 + transform: `scale(calc((${dimensions.width} / 1272 )))`, 96 96 }} 97 97 > 98 98 <CanvasContent entityID={props.entityID} preview />