Remove a few unnecessary elements when printing

- Hide clickable link icon on headings in articles
- Hide "Copy" button on code blocks
- Hide "View raw" button in page metadata
This commit is contained in:
2025-07-30 01:45:11 -05:00
parent ccb5170d2b
commit b15ca73977
2 changed files with 4 additions and 2 deletions

View File

@@ -924,8 +924,10 @@ aside.quote {
/* Print compatibility {{{ */
@media print {
.top > .navbar,
.section-header-link,
.content-heading-link,
.post-meta-edit-history,
.post-meta-view-markdown,
.code-copy-button,
.prevnext,
.share-buttons,
.related-posts {