Fix table of contents on print

This commit is contained in:
BBaoVanC 2023-04-06 00:11:12 -05:00
parent 17047babc0
commit 960d1d24be
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 5 additions and 3 deletions

View File

@ -709,9 +709,11 @@ h1 svg.icon {
cursor: pointer;
}
.table-of-contents.print {
display: none;
padding: 8px 15px;
@media not print {
.table-of-contents.print {
display: none;
padding: 8px 15px;
}
}
/* Social media share buttons */