mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
feat(forums): add bootstrap-markdown editor into post new topic page
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user