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

feat: adjust wiki editor margin style

This commit is contained in:
liuhongbo
2024-07-02 12:15:55 +08:00
parent 9a0e3a3b79
commit 52efa22e8a

View File

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