2022-01-22 13:49:55 +08:00
|
|
|
#root {
|
|
|
|
height: auto;
|
|
|
|
}
|
2020-01-24 12:12:31 +08:00
|
|
|
.sf-md-viewer-topbar,
|
|
|
|
.seafile-rich-editor-topbar {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-03-12 14:17:08 +08:00
|
|
|
.seafile-editor {
|
2022-01-21 11:51:33 +08:00
|
|
|
position: static!important;
|
2020-03-12 14:17:08 +08:00
|
|
|
}
|
2020-01-24 12:12:31 +08:00
|
|
|
.editor {
|
|
|
|
border: none!important;
|
|
|
|
}
|
2020-11-19 15:58:43 +08:00
|
|
|
.seafile-editor-main {
|
|
|
|
display: block!important;
|
|
|
|
}
|
|
|
|
.seafile-editor-main-panel {
|
|
|
|
display: block!important;
|
|
|
|
width: 100%!important;
|
2022-01-21 12:23:51 +08:00
|
|
|
background-color: #fff!important;
|
2020-11-19 15:58:43 +08:00
|
|
|
}
|
|
|
|
.seafile-editor-resize,
|
|
|
|
.seafile-editor-side-panel {
|
|
|
|
display: none;
|
|
|
|
}
|