1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

Merge pull request #6282 from haiwen/feat-adjust-wiki-editor-margin-style

feat: adjust wiki editor margin style
This commit is contained in:
杨顺强
2024-07-02 14:34:33 +08:00
committed by GitHub

View File

@@ -199,6 +199,8 @@ img[src=""] {
flex: 1;
min-height: 800px;
padding: 40px 40px 40px 40px;
display: flex;
justify-content: center;
}
.sdoc-editor-container .article>div {
@@ -238,6 +240,6 @@ img[src=""] {
border: none;
}
.sdoc-editor-container .sdoc-editor-content .sdoc-side-toolbar-container {
left: 100px !important;
.sdoc-editor-container .sdoc-editor-content .article #sdoc-editor {
width: 100%;
}