CoolFace
Apppublic

legends810/testingnew

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
CodeBlock.module.scss11 linesDownload Raw Back to chat
1.CopyButtonContainer {2  button:before {3    content: 'Copied';4    font-size: 12px;5    position: absolute;6    left: -53px;7    padding: 2px 6px;8    height: 30px;9  }10}11