a tool for shared writing and social publishing
0
fork

Configure Feed

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

no page blocks bottom padding if read-only

+1 -1
+1 -1
components/Blocks/index.tsx
··· 38 38 let lastBlock = blocks.findLast((f) => !f.listData || f.listData.depth === 1); 39 39 return ( 40 40 <div 41 - className="blocks w-full flex flex-col outline-none h-fit min-h-full pb-32" 41 + className={`blocks w-full flex flex-col outline-none h-fit min-h-full ${entity_set.permissions.write ? "pb-32" : ""}`} 42 42 onClick={async (e) => { 43 43 if (useUIState.getState().selectedBlock.length > 1) return; 44 44 if (e.target === e.currentTarget) {