1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Doc: Hide "Edit this page" link when printing

This commit is contained in:
Laurent Cozic
2025-08-01 17:32:25 +01:00
parent 8b999f8dc6
commit 20d6d56c02

View File

@@ -76,4 +76,8 @@ pre code {
.donate-links { .donate-links {
display: none; display: none;
} }
.theme-edit-this-page {
display: none;
}
} }