feat(forums): add bootstrap-markdown editor into post new topic page

This commit is contained in:
OldHawk
2017-07-07 15:38:27 +08:00
parent a89ad6a93b
commit 011e2212ed
5 changed files with 39 additions and 3 deletions

View File

@@ -126,3 +126,18 @@
border-bottom: none;
}
}
.md-editor {
textarea {
border-bottom: none;
background-color: #fff;
min-height: 250px;
padding: 5px;
}
.md-preview {
padding: 5px;
}
}
.post-view {
}