1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00
Files
seahub/media/css/print_for_md_file_view.css

22 lines
358 B
CSS
Raw Normal View History

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