mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:19:35 +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 {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
/* Set all settings like margin with @page or Electron settings. */
|
||||
@page {
|
||||
|
Loading…
Reference in New Issue
Block a user