a tool for shared writing and social publishing

repostion interaction drawer close button

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/Interactions/InteractionDrawer.tsx
··· 49 49 {drawer.drawer === "quotes" ? ( 50 50 <> 51 51 <button 52 - className="text-tertiary absolute top-0 right-0" 52 + className="text-tertiary absolute top-4 right-4" 53 53 onClick={() => 54 54 setInteractionState(props.document_uri, { drawerOpen: false }) 55 55 }