Merge pull request #37 from andyyou/master

Fixed diagram layout overlap during editing
This commit is contained in:
闪烁之狐 (blinkfox) 2020-10-15 00:43:51 +08:00 committed by GitHub
commit a8957ed973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -606,6 +606,10 @@ tt {
padding-bottom: 20px;
}
.md-diagram-panel {
position: static !important;
}
.sidebar-tabs {
border-bottom: none;
}

View File

@ -378,6 +378,10 @@ tt {
background-color: #f8f8f8;
}
.md-diagram-panel {
position: static !important;
}
#write pre.md-meta-block {
padding: 1rem;
font-size: 85%;