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
absolutely position comments on subpage preview
awarm.space
4 months ago
754cc47b
e2ba63ea
+3
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
PublishedPageBlock.tsx
+3
-1
app/lish/[did]/[publication]/[rkey]/PublishedPageBlock.tsx
···
186
186
let { drawerOpen, drawer, pageId } = useInteractionState(document_uri);
187
187
188
188
return (
189
189
-
<div className={`flex gap-2 text-tertiary text-sm`}>
189
189
+
<div
190
190
+
className={`flex gap-2 text-tertiary text-sm absolute bottom-2 bg-bg-page`}
191
191
+
>
190
192
{quotes > 0 && (
191
193
<button
192
194
className={`flex gap-1 items-center`}