pull/3429/head
lianahus 2 years ago committed by Aniket
parent 55a9f8a229
commit eb1087d4c9
  1. 1
      libs/remix-ui/renderer/src/lib/renderer.css
  2. 3
      libs/remix-ui/renderer/src/lib/renderer.tsx

@ -43,5 +43,4 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;
padding: 0.5em;
} }

@ -79,7 +79,8 @@ export const Renderer = ({ message, opt = {}, plugin }: RendererProps) => {
<i className="fas fa-times"></i> <i className="fas fa-times"></i>
</div> </div>
<CopyToClipboard content={messageText} className={` p-0 m-0 far fa-copy ${classList}`} direction={"top"} /> <CopyToClipboard content={messageText} className={` p-0 m-0 far fa-copy ${classList}`} direction={"top"} />
</div>) </div>
)
} }
</> </>
) )

Loading…
Cancel
Save