mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
13 lines
254 B
CSS
13 lines
254 B
CSS
@media print {
|
|
.mantine-AppShell-header,
|
|
.mantine-AppShell-navbar,
|
|
.mantine-AppShell-aside{
|
|
display: none !important;
|
|
}
|
|
|
|
.mantine-AppShell-main {
|
|
padding-top: 0 !important;
|
|
min-height: auto !important;
|
|
}
|
|
}
|