a tool for shared writing and social publishing
0
fork

Configure Feed

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

make page previews inert (#210)

authored by

mary and committed by
GitHub
10395aa3 4d7b4dc4

+1
+1
components/Blocks/PageLinkBlock.tsx
··· 182 182 return ( 183 183 <div 184 184 ref={previewRef} 185 + inert 185 186 className={`pageLinkBlockPreview w-[120px] overflow-clip mx-3 mt-3 -mb-2 border rounded-md shrink-0 border-border-light flex flex-col gap-0.5 rotate-[4deg] origin-center ${cardBorderHidden ? "" : "bg-bg-page"}`} 186 187 > 187 188 <div