mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
fixed "duplicate subtree"
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user