mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
9a605e8692
commit
2ed6bc0de7
2 changed files with 5 additions and 1 deletions
|
|
@ -74,4 +74,8 @@
|
|||
left: -8px;
|
||||
bottom: 8px;
|
||||
}
|
||||
|
||||
&__move {
|
||||
cursor: move;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -901,7 +901,7 @@ export class Toolbar {
|
|||
this.subElement.style.padding = "0";
|
||||
}
|
||||
this.subElement.innerHTML = `<div ${(isPin && this.subElement.firstElementChild.getAttribute("data-drag") === "true") ? 'data-drag="true"' : ""}><div class="block__icons block__icons--menu fn__flex" style="border-radius: var(--b3-border-radius-b) var(--b3-border-radius-b) 0 0;">
|
||||
<span class="fn__flex-1 resize__move">
|
||||
<span class="fn__flex-1 resize__move" style="line-height: 24px;">
|
||||
${title}
|
||||
</span>
|
||||
<span class="fn__space"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue