fix(web): simplify printed cut reports
Build CutList image / build-and-push (push) Successful in 19s

This commit is contained in:
aj
2026-08-03 01:08:43 +00:00
parent db054aa6dc
commit 96f5824d12
3 changed files with 26 additions and 3 deletions
+9 -2
View File
@@ -144,11 +144,18 @@
/* Print styles - Compact layout to save paper */
@media print {
body {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
-webkit-print-color-adjust: economy;
print-color-adjust: economy;
font-size: 10pt;
}
*,
*::before,
*::after {
background: transparent !important;
box-shadow: none !important;
}
.print-screen-only,
.sidebar,
.top-row,