This commit is contained in:
2026-04-21 14:31:26 +09:00
parent 0206cfebf8
commit 314dd7f649
6 changed files with 123 additions and 65 deletions

View File

@@ -20,3 +20,40 @@
@apply outline-none;
}
}
@media print {
html,
body {
background: #ffffff !important;
}
body {
min-height: auto;
}
.print-hidden {
display: none !important;
}
.print-root {
max-width: none !important;
padding: 0 !important;
gap: 0 !important;
}
.print-target {
display: block !important;
width: 100% !important;
max-width: none !important;
box-shadow: none !important;
border: 0 !important;
background: #ffffff !important;
padding: 0 !important;
}
.print-target article {
max-width: none !important;
box-shadow: none !important;
padding: 0 !important;
}
}