mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-14 23:01:40 +08:00
feat(print): respect page breaks
This commit is contained in:
parent
c06642ba1e
commit
7dfba9f513
@ -1655,4 +1655,14 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
|
||||
contain: none !important;
|
||||
}
|
||||
|
||||
/* Respect page breaks */
|
||||
.page-break {
|
||||
page-break-after: always;
|
||||
break-after: always;
|
||||
}
|
||||
|
||||
.page-break > * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user