style: refactor styles

This commit is contained in:
Pan
2017-10-24 14:49:29 +08:00
parent cddace507d
commit a8459fa572
5 changed files with 58 additions and 124 deletions

View File

@@ -79,7 +79,6 @@ export default {
<style>
.simplemde-container .CodeMirror {
/*height: 150px;*/
min-height: 150px;
}
@@ -109,6 +108,11 @@ export default {
font-weight: bold;
color: #E61E1E;
}
.simplemde-container .editor-toolbar.fullscreen,
.simplemde-container .CodeMirror-fullscreen {
z-index: 1003;
}
</style>