mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
22 lines
358 B
CSS
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;
|
|
}
|