feature: create css print
This commit is contained in:
@@ -47,6 +47,18 @@
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
break-inside: auto !important;
|
||||||
|
break-before: auto !important;
|
||||||
|
break-after: auto !important;
|
||||||
|
page-break-inside: auto !important;
|
||||||
|
page-break-before: auto !important;
|
||||||
|
page-break-after: auto !important;
|
||||||
|
-webkit-column-break-inside: auto !important;
|
||||||
|
-webkit-column-break-before: auto !important;
|
||||||
|
-webkit-column-break-after: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.wfrp4e-print .window-header,
|
.wfrp4e-print .window-header,
|
||||||
.wfrp4e-print .window-content form > .header,
|
.wfrp4e-print .window-content form > .header,
|
||||||
.wfrp4e-print .characteristics-table > div:not(.table-header):not(.bottom),
|
.wfrp4e-print .characteristics-table > div:not(.table-header):not(.bottom),
|
||||||
@@ -338,27 +350,12 @@
|
|||||||
.tab[data-tab] {
|
.tab[data-tab] {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
page-break-after: auto;
|
|
||||||
page-break-inside: auto;
|
|
||||||
break-inside: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
table,
|
|
||||||
li,
|
|
||||||
p {
|
|
||||||
page-break-inside: avoid;
|
|
||||||
break-inside: avoid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.tabs {
|
nav.tabs {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.item {
|
|
||||||
page-break-inside: avoid;
|
|
||||||
break-inside: avoid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-resizable-handle,
|
.window-resizable-handle,
|
||||||
.fa-edit,
|
.fa-edit,
|
||||||
.config-button,
|
.config-button,
|
||||||
|
|||||||
Reference in New Issue
Block a user