v0.1.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user