a tool for shared writing and social publishing

absolutely position comments on subpage preview

+3 -1
+3 -1
app/lish/[did]/[publication]/[rkey]/PublishedPageBlock.tsx
··· 186 186 let { drawerOpen, drawer, pageId } = useInteractionState(document_uri); 187 187 188 188 return ( 189 - <div className={`flex gap-2 text-tertiary text-sm`}> 189 + <div 190 + className={`flex gap-2 text-tertiary text-sm absolute bottom-2 bg-bg-page`} 191 + > 190 192 {quotes > 0 && ( 191 193 <button 192 194 className={`flex gap-1 items-center`}