fixed "duplicate subtree"

This commit is contained in:
zadam
2021-02-14 11:43:31 +01:00
parent f528799fed
commit 08cba1e1ce
6 changed files with 39 additions and 21 deletions

View File

@@ -30,6 +30,12 @@ const mentionSetup = {
const TPL = `
<div class="note-detail-editable-text note-detail-printable">
<style>
.note-detail-editable-text {
font-family: var(--detail-text-font-family);
padding-left: 12px;
padding-top: 10px;
}
.note-detail-editable-text a:hover {
cursor: pointer;
}
@@ -53,11 +59,6 @@ const TPL = `
.note-detail-editable-text h6 { font-size: 1.1em; }
.note-detail-editable-text h6::before { content: "######\\2004"; color: var(--muted-text-color); }
.note-detail-editable-text {
font-family: var(--detail-text-font-family);
padding-left: 12px;
}
.note-detail-editable-text-editor {
padding-top: 10px;
border: 0 !important;

View File

@@ -26,7 +26,8 @@ const TPL = `
.note-detail-readonly-text h6::before { content: "######\\2004"; color: var(--muted-text-color); }
.note-detail-readonly-text {
padding: 10px;
padding-left: 22px;
padding-top: 10px;
font-family: var(--detail-text-font-family);
position: relative;
}