1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00

optimize style (#5371)

This commit is contained in:
杨顺强 2023-02-07 12:05:49 +08:00 committed by GitHub
parent 365b726269
commit ac84fc7992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
max-width: 950px;
}
.text-file-view .cm-editor.cm-focused {
outline: none;
}
.text-file-view .cm-scroll {
min-height: 300px;
}