mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
optimize code
This commit is contained in:
@@ -117,6 +117,7 @@ img[src=""] {
|
|||||||
.wiki-editor-container .sdoc-content-wrapper {
|
.wiki-editor-container .sdoc-content-wrapper {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiki-editor-container .sdoc-editor-container {
|
.wiki-editor-container .sdoc-editor-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -251,9 +252,10 @@ img[src=""] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cur-view-content .wiki-editor-container {
|
.cur-view-content .wiki-editor-container {
|
||||||
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cur-view-content .sdoc-scroll-container {
|
.cur-view-content .sdoc-scroll-container {
|
||||||
|
Reference in New Issue
Block a user