Markdown 笔记无法分辨 hyperlink #240
This commit is contained in:
@ -195,9 +195,10 @@ h1, h2, h3 {
|
||||
z-index: 1;
|
||||
background-color: #fff;
|
||||
bottom: 5px;
|
||||
#md-section-helper, #wmd-input {
|
||||
#md-section-helper,
|
||||
#wmd-input {
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
// 前面的38影响了dropdown
|
||||
@ -226,7 +227,6 @@ h1, h2, h3 {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
|
||||
.noteSplit {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@ -914,8 +914,6 @@ h1, h2, h3 {
|
||||
opacity: none;
|
||||
}
|
||||
|
||||
#right-column {
|
||||
}
|
||||
.preview-container {
|
||||
overflow: auto;
|
||||
}
|
||||
@ -1422,28 +1420,6 @@ top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
#mdEditor.read-only {
|
||||
.info-toolbar {
|
||||
display: block;
|
||||
}
|
||||
.wmd-button-bar-inner,
|
||||
#mdSplitter2, // 拖动
|
||||
.btn-info // 拖动
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
#left-column {
|
||||
// display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
#right-column {
|
||||
left: 0 !important;
|
||||
}
|
||||
.preview-container {
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
// 工具栏
|
||||
#editor {
|
||||
#mceToolbar {
|
||||
|
Reference in New Issue
Block a user