From 2f459a0df45060ea58afa1920bd89b0a4d60d73b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 04:03:22 +0100 Subject: [PATCH] Hide line numbers and measure in print mode --- src/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 8e3ff17..dbb77e9 100644 --- a/src/index.css +++ b/src/index.css @@ -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; }