Add files via upload

This commit is contained in:
niubility000 2021-10-14 12:03:00 +08:00 committed by GitHub
parent 02d2e0206e
commit 082cca2199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,6 +291,8 @@ main .spinner .bounce2 {
/* EDITOR */ /* EDITOR */
#editor-container { #editor-container {
display: flex;
flex-direction: column;
background-color: #fafafa; background-color: #fafafa;
position: fixed; position: fixed;
padding-top: 4em; padding-top: 4em;
@ -303,15 +305,14 @@ main .spinner .bounce2 {
} }
#editor-container #editor { #editor-container #editor {
height: 95%; flex: 1;
} }
#editor-container .breadcrumbs { #editor-container .breadcrumbs {
height: 5%; height: 2.3em;
padding: 0 1em; padding: 0 1em;
} }
#editor-container .breadcrumbs span { #editor-container .breadcrumbs span {
font-size: 12px; font-size: 12px;
} }