Skip to content

Commit

Permalink
Hide copy-to-clipboard buttons when printing.
Browse files Browse the repository at this point in the history
It is less confusing when printing because the pdf file does not have the function to copy.
  • Loading branch information
松井誠泰 committed Jun 6, 2018
1 parent 9fac6bc commit 185a149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/components/MarkdownPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ body p {
color: #000;
background-color: #fff;
}
.clipboardButton {
display: none
}
}
`
}
Expand Down

0 comments on commit 185a149

Please sign in to comment.