feat: copy to clipboard (#191)

This commit is contained in:
lencx
2023-02-01 23:48:35 +08:00
parent 8eade8e9b9
commit 272ef1cd37
3 changed files with 47 additions and 17 deletions

View File

@@ -75,6 +75,10 @@ function init() {
width: 22px;
height: 22px;
}
.chatappico.copy {
width: 16px;
height: 16px;
}
@media screen and (max-width: 767px) {
#download-png-button, #download-pdf-button, #download-html-button {
display: none;