mirror of
https://github.com/marktext/marktext.git
synced 2025-05-04 03:51:01 +08:00
Hide render container from Muya (#1549)
This commit is contained in:
parent
c6708e9d9a
commit
9c8f14cfd2
@ -1,6 +1,8 @@
|
|||||||
|
body .ag-render-container,
|
||||||
body article.print-container {
|
body article.print-container {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
/* Set all settings like margin with @page or Electron settings. */
|
/* Set all settings like margin with @page or Electron settings. */
|
||||||
@page {
|
@page {
|
||||||
|
Loading…
Reference in New Issue
Block a user