mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-09 10:57:27 +00:00
fix: add style scopoe
This commit is contained in:
parent
47893ed87f
commit
fe1dc6fc5b
@ -114,10 +114,10 @@ img[src=""] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* wiki editor */
|
/* wiki editor */
|
||||||
.sdoc-content-wrapper {
|
.wiki-editor-container .sdoc-content-wrapper {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.sdoc-editor-container {
|
.wiki-editor-container .sdoc-editor-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
@ -144,14 +144,14 @@ img[src=""] {
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-editor-container {
|
.wiki-editor-container .sdoc-editor-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-editor-container .wiki-viewer-container {
|
.wiki-editor-container .sdoc-editor-container .wiki-viewer-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user