bolt.diy / app /components /chat /CodeBlock.module.scss
aproli90's picture
Upload 289 files
2e1ab99 verified
raw
history blame contribute delete
172 Bytes
.CopyButtonContainer {
button:before {
content: 'Copied';
font-size: 12px;
position: absolute;
left: -53px;
padding: 2px 6px;
height: 30px;
}
}