From 17918a56176020d97cccf73601b620a78595f5c5 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 8 May 2022 14:59:25 -0500 Subject: [PATCH] Update hidden elements when printing --- assets/css/bobastyle.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 8ba7a81..68e3ea8 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -760,10 +760,11 @@ li.disabled > .page-link:hover { /* Print compatibility */ @media print { .top, - .breadcrumb, .section-header-link, .prevnext, - .comments { + .share-buttons, + .related-posts, + .latest-posts { display: none; }