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:
@@ -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%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user