1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Hide copy-to-clipboard buttons when printing.

It is less confusing when printing because the pdf file does not have the function to copy.
This commit is contained in:
松井誠泰
2018-06-06 19:39:28 +09:00
parent 9fac6bca64
commit 185a149d74

View File

@@ -122,6 +122,9 @@ body p {
color: #000;
background-color: #fff;
}
.clipboardButton {
display: none
}
}
`
}