bolt.diy / packages /bolt /app /components /chat /CodeBlock.module.scss
Dominic Elm
feat: initial commit
6927c07
raw
history blame
172 Bytes
.CopyButtonContainer {
button:before {
content: 'Copied';
font-size: 12px;
position: absolute;
left: -53px;
padding: 2px 6px;
height: 30px;
}
}