mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 12:22:38 +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
217 B
CSS
12 lines
217 B
CSS
@media print {
|
|
.mantine-AppShell-header,
|
|
.mantine-AppShell-navbar,
|
|
.mantine-AppShell-aside{
|
|
display: none !important;
|
|
}
|
|
|
|
.mantine-AppShell-main {
|
|
padding-top: 0 !important;
|
|
}
|
|
}
|