1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

update markdown-editor

This commit is contained in:
杨顺强
2023-12-08 17:58:27 +08:00
parent bb5ce5e233
commit 9b21cbc51d
15 changed files with 10405 additions and 2497 deletions

View File

@@ -1,3 +1,8 @@
html, body, #root {
width: 100%;
height: 100%;
}
#root {
display: flex;
flex-direction: column;
@@ -168,3 +173,10 @@
margin-left: 0.5rem;
color: #888;
}
.sf-md-viewer-content {
flex: 1;
display: flex;
min-height: 0;
min-width: 0;
}