mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-09-28 13:15:15 -05:00
Printing improvements
This commit is contained in:
@@ -55,6 +55,7 @@ params:
|
||||
linkedin: true
|
||||
reddit: true
|
||||
telegram: true
|
||||
print: true
|
||||
|
||||
# show "Latest Posts" section at bottom of content pages
|
||||
latestPostsOnContent: true
|
||||
|
@@ -82,6 +82,20 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
.comments {
|
||||
break-before: always;
|
||||
}
|
||||
.isso-comment > .isso-text-wrapper {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.isso-postbox,
|
||||
.isso-feedlink {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
Submodule themes/bobatheme updated: 493ee2da96...7dd01894da
Reference in New Issue
Block a user