1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

[markdown] improved 'print' (#4722)

* when the right panel is open, make the print be ok
* print all the pages in Firefox
This commit is contained in:
llj
2020-11-19 15:58:43 +08:00
committed by GitHub
parent f323d08eca
commit 87a80eadc5

View File

@@ -8,3 +8,14 @@
.editor {
border: none!important;
}
.seafile-editor-main {
display: block!important;
}
.seafile-editor-main-panel {
display: block!important;
width: 100%!important;
}
.seafile-editor-resize,
.seafile-editor-side-panel {
display: none;
}