17 lines
263 B
CSS
Raw Normal View History

2020-03-07 22:18:12 +01:00
@media print
{
2022-10-20 22:31:08 +02:00
html body {
/* https://github.com/zadam/trilium/issues/3202 */
color: black;
}
2020-03-07 22:18:12 +01:00
.no-print, .no-print *
{
display: none !important;
}
2020-03-08 09:24:03 +01:00
.relation-map-wrapper {
height: 100vh !important;
}
2022-10-20 22:31:08 +02:00
}