markdown editor v2
This commit is contained in:
@ -480,6 +480,12 @@ a:focus, a:hover, a:active {
|
||||
}
|
||||
}
|
||||
|
||||
// 有一些toolbar不能显示
|
||||
.wmd-button-bar-inner {
|
||||
overflow: scroll;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
// readonly下, 左侧是隐藏的
|
||||
#mdEditor.read-only {
|
||||
#left-column {
|
||||
|
Reference in New Issue
Block a user