mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
17 lines
263 B
CSS
17 lines
263 B
CSS
@media print
|
|
{
|
|
html body {
|
|
/* https://github.com/zadam/trilium/issues/3202 */
|
|
color: black;
|
|
}
|
|
|
|
.no-print, .no-print *
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
.relation-map-wrapper {
|
|
height: 100vh !important;
|
|
}
|
|
}
|