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