Update hidden elements when printing

This commit is contained in:
BBaoVanC 2022-05-08 14:59:25 -05:00
parent 493ee2da96
commit 17918a5617
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 3 additions and 2 deletions

View File

@ -760,10 +760,11 @@ li.disabled > .page-link:hover {
/* Print compatibility */ /* Print compatibility */
@media print { @media print {
.top, .top,
.breadcrumb,
.section-header-link, .section-header-link,
.prevnext, .prevnext,
.comments { .share-buttons,
.related-posts,
.latest-posts {
display: none; display: none;
} }