Add files via upload

This commit is contained in:
niubility000 2021-10-13 09:35:59 +08:00 committed by GitHub
parent deabc80fd7
commit 02d2e0206e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,20 +296,22 @@ main .spinner .bounce2 {
padding-top: 4em;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9999;
overflow: hidden;
}
#editor-container #editor {
height: calc(100vh - 8.4em);
height: 95%;
}
#editor-container .breadcrumbs {
height: 2.3em;
height: 5%;
padding: 0 1em;
}
#editor-container .breadcrumbs span {
font-size: 12px;
}