tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
repostion interaction drawer close button
cozylittle.house
1 month ago
f5be5a72
d2808a6a
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Interactions
InteractionDrawer.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/Interactions/InteractionDrawer.tsx
···
49
49
{drawer.drawer === "quotes" ? (
50
50
<>
51
51
<button
52
52
-
className="text-tertiary absolute top-0 right-0"
52
52
+
className="text-tertiary absolute top-4 right-4"
53
53
onClick={() =>
54
54
setInteractionState(props.document_uri, { drawerOpen: false })
55
55
}