1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00
Files
seahub/media/css/print_for_md_file_view.css
llj 87a80eadc5 [markdown] improved 'print' (#4722)
* when the right panel is open, make the print be ok
* print all the pages in Firefox
2020-11-19 15:58:43 +08:00

22 lines
358 B
CSS

.sf-md-viewer-topbar,
.seafile-rich-editor-topbar {
display: none;
}
.seafile-editor {
position: static;
}
.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;
}