bolt.diy/app/components/chat/CodeBlock.module.scss

11 lines
178 B
SCSS

.CopyButtonContainer {
.copy-button:before {
content: 'Copied';
font-size: 12px;
position: absolute;
left: -53px;
padding: 2px 6px;
height: 30px;
}
}