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