mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-02 05:51:30 +08:00
7 lines
89 B
CSS
7 lines
89 B
CSS
![]() |
@media print
|
||
|
{
|
||
|
.no-print, .no-print *
|
||
|
{
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|