tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
28
pulls
pipelines
little fix
cozylittle.house
2 months ago
b75df8f6
de7f0e4b
+4
-5
1 changed file
expand all
collapse all
unified
split
components
Blocks
PageLinkBlock.tsx
+4
-5
components/Blocks/PageLinkBlock.tsx
···
30
30
return (
31
31
<CardThemeProvider entityID={page?.data.value}>
32
32
<BlockLayout
33
33
+
hasBackground="page"
33
34
isSelected={!!isSelected}
34
34
-
className={`w-full cursor-pointer
35
35
+
className={`cursor-pointer
35
36
pageLinkBlockWrapper relative group/pageLinkBlock
36
36
-
bg-bg-page shadow-sm
37
37
-
flex overflow-clip
38
38
-
${isOpen && "border-tertiary!"}
37
37
+
flex overflow-clip p-0!
38
38
+
${isOpen && "border-accent-contrast! outline-accent-contrast!"}
39
39
`}
40
40
-
hasBackground={"page"}
41
40
>
42
41
<div
43
42
className="w-full h-full"