1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00
seahub/media/css/print_for_md_file_view.css

26 lines
430 B
CSS

#root {
height: auto;
}
.sf-md-viewer-topbar,
.seafile-rich-editor-topbar {
display: none;
}
.seafile-editor {
position: static!important;
}
.editor {
border: none!important;
}
.seafile-editor-main {
display: block!important;
}
.seafile-editor-main-panel {
display: block!important;
width: 100%!important;
background-color: #fff!important;
}
.seafile-editor-resize,
.seafile-editor-side-panel {
display: none;
}