Skip to content

Commit

Permalink
update seafile-editor version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntian committed Dec 12, 2023
1 parent 2fa94e2 commit 7746b70
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
14 changes: 7 additions & 7 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "0.3.23",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "1.0.10",
"@seafile/seafile-editor": "1.0.11",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/react-codemirror": "^4.19.4",
"classnames": "^2.2.6",
Expand Down
9 changes: 9 additions & 0 deletions frontend/src/css/lib-content-view.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.main-panel {
overflow: hidden;
}

.cur-view-content.lib-content-container {
padding: 0;
}
Expand Down Expand Up @@ -212,6 +216,11 @@
overflow: inherit;
}

.wiki-page-content .sf-slate-viewer-article-container {
display: block;
width: 100%;
}

.dir-content-main .wiki-page-content .article {
margin: 0;
padding: 0 10px;
Expand Down

0 comments on commit 7746b70

Please sign in to comment.