1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

fix: add style scopoe

This commit is contained in:
liuhongbo 2024-07-05 16:25:07 +08:00
parent 47893ed87f
commit fe1dc6fc5b

View File

@ -114,10 +114,10 @@ img[src=""] {
}
/* wiki editor */
.sdoc-content-wrapper {
.wiki-editor-container .sdoc-content-wrapper {
height: auto;
}
.sdoc-editor-container {
.wiki-editor-container .sdoc-editor-container {
flex: 1;
display: flex;
min-height: 0;
@ -144,14 +144,14 @@ img[src=""] {
width: 300px;
}
.sdoc-editor-container {
.wiki-editor-container .sdoc-editor-container {
flex: 1;
display: flex;
flex-direction: column;
min-height: auto;
}
.sdoc-editor-container .wiki-viewer-container {
.wiki-editor-container .sdoc-editor-container .wiki-viewer-container {
display: flex;
height: 100%;
width: 100%;