mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
styling changes of buttons
This commit is contained in:
@@ -7,6 +7,7 @@ export default class CreatePaneButton extends OnClickButtonWidget {
|
||||
this.icon("bx-dock-right")
|
||||
.title("Create new split")
|
||||
.titlePlacement("bottom")
|
||||
.onClick(widget => widget.triggerCommand("openNewNoteSplit", { ntxId: widget.getClosestNtxId() }));
|
||||
.onClick(widget => widget.triggerCommand("openNewNoteSplit", { ntxId: widget.getClosestNtxId() }))
|
||||
.class("icon-action");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user