Hide copy and external icons in print mode

This commit is contained in:
2026-01-31 16:22:54 +01:00
parent eccd378043
commit acb084dae9

View File

@@ -902,4 +902,9 @@ body[data-theme="light"] .editor__textarea-wrap:focus-within {
padding: 0;
overflow: visible;
}
body.print-markdown .md-codeblock__copy,
body.print-markdown .md-icon-external {
display: none !important;
}
}