mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
修复图片和内联引用冲突的 bug
This commit is contained in:
parent
b57472fa81
commit
f5bc431bc7
1 changed files with 4 additions and 4 deletions
|
|
@ -437,11 +437,11 @@ hr {
|
|||
|
||||
|
||||
/* 调整内部嵌入块的对齐 */
|
||||
.markdown-source-view.mod-cm6 .internal-embed,
|
||||
.markdown-source-view.mod-cm6 .internal-embed:not(.image-embed),
|
||||
/* .markdown-source-view.mod-cm6 .cm-content>[contenteditable=false], */
|
||||
.markdown-preview-view .markdown-embed {
|
||||
/* margin-left: 3px !important; */
|
||||
/* padding-left: 14px; */
|
||||
.markdown-preview-view .markdown-embed:not(.image-embed) {
|
||||
margin-left: 3px !important;
|
||||
padding-left: 14px;
|
||||
}
|
||||
|
||||
.embed-title {
|
||||
|
|
|
|||
Loading…
Reference in a new issue