1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}