mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
19e2bd2ab8
commit
209c034f48
25 changed files with 80 additions and 69 deletions
|
|
@ -214,7 +214,7 @@ export const openFileAttr = (attrs: IObject, id: string, focusName = "bookmark")
|
|||
<div class="fn__space"></div>
|
||||
<span class="block__icon fn__flex-center"><svg></svg></span>
|
||||
</label>
|
||||
<div style="background-color: var(--b3-border-color);height: 1px;margin: 16px 0;"></div>
|
||||
<div style="background-color: var(--b3-theme-surface-lighter);height: 1px;margin: 16px 0;"></div>
|
||||
<div class="custom-attr__add">
|
||||
${notifyHTML}
|
||||
${customHTML}
|
||||
|
|
@ -410,7 +410,7 @@ export const openAttr = (nodeElement: Element, protyle: IProtyle, focusName = "b
|
|||
<div class="fn__space"></div>
|
||||
<span class="block__icon fn__flex-center"><svg></svg></span>
|
||||
</label>
|
||||
<div style="background-color: var(--b3-border-color);height: 1px;margin: 16px 0;"></div>
|
||||
<div style="background-color: var(--b3-theme-surface-lighter);height: 1px;margin: 16px 0;"></div>
|
||||
<div class="custom-attr__add">
|
||||
${notifyHTML}
|
||||
${customHTML}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue