trilium/src/public/stylesheets/print.css

11 lines
158 B
CSS
Raw Normal View History

2020-03-08 05:18:12 +08:00
@media print
{
.no-print, .no-print *
{
display: none !important;
}
2020-03-08 16:24:03 +08:00
.relation-map-wrapper {
height: 100vh !important;
}
2020-03-08 05:18:12 +08:00
}