added checkbox to not print certain cards

This commit is contained in:
NilsUeter
2023-05-08 20:28:01 +02:00
parent a4977812af
commit 1a741769a3
5 changed files with 16 additions and 6 deletions
+3 -3
View File
@@ -159,9 +159,9 @@ button:focus-visible {
break-inside: avoid;
}
.page-break {
page-break-before: page;
break-before: page;
.page-break:not(.print-display-none) {
page-break-after: page;
break-after: page;
}
@media print {