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
@@ -6,7 +6,7 @@
</div>
<main>
<header class="workspace-header">
<header class="workspace-header print-screen-only">
<div class="workspace-context"><span class="workspace-eyebrow">Cut planning workspace</span></div>
<div class="workspace-status"><span class="status-dot"></span>Ready to plan</div>
</header>
+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,