Merge pull request #692 from TriliumNext/feature/page_breaks

Support page breaks for printing
This commit is contained in:
Elian Doran 2024-11-28 20:33:22 +02:00 committed by GitHub
commit 48a27710d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View File

@ -4,6 +4,15 @@
display: none;
}
.page-break {
page-break-after: always;
}
.printed-content .page-break:after,
.printed-content .page-break > * {
display: none !important;
}
.ck-content li p {
margin: 0 !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long