mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 18:52:35 +10:00
* fix maths node * render default html width * Add page export module * with support for html and markdown exports * Page export UI * Add PDF print too * remove unused import
12 lines
142 B
CSS
12 lines
142 B
CSS
.editor {
|
|
height: 100%;
|
|
padding: 8px 20px;
|
|
margin: 64px auto;
|
|
|
|
@media print {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|