1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00

Update dependency 4 (#5348)

* react react-dom reach-router react-image-lightbox

* update seafile-editor version

* optimize codemirror code

* optimize code

* repair code bug

* optimize code

* optimize code

* optimize seafile-editor version

* update seafile-editor version

* optimize code

* optimize code
This commit is contained in:
杨顺强
2022-12-29 12:21:47 +08:00
committed by GitHub
parent 4b82c58b0f
commit 3a4cb45fcf
111 changed files with 1500 additions and 603 deletions

View File

@@ -1,17 +1,3 @@
.text-file-view {
overflow: auto;
}
.text-file-view .react-codemirror2 {
box-shadow: 0 0 6px #ccc;
border: 1px solid #ccc;
width: calc(100% - 40px);
max-width: 950px;
margin: 0 auto;
}
.text-file-view .CodeMirror {
height: auto;
min-height: 300px;
}
.text-file-view .CodeMirror-scroll {
min-height: 300px;
}