Hide line numbers and measure in print mode

This commit is contained in:
2026-02-01 04:03:22 +01:00
parent fd734a7c64
commit 2f459a0df4

View File

@@ -1021,9 +1021,7 @@ body[data-theme="light"] .editor__textarea-wrap:focus-within {
body.print-markdown .sidebar,
body.print-markdown .history,
body.print-markdown .editor__header,
body.print-markdown .editor__footer,
body.print-markdown .line-numbers,
body.print-markdown .line-measure {
body.print-markdown .editor__footer {
display: none !important;
}