mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(touchbar): reduce spacer width
This commit is contained in:
@@ -113,7 +113,7 @@ export default class TouchBarWidget extends NoteContextAwareWidget {
|
|||||||
icon: this.buildIcon("NSTouchBarComposeTemplate"),
|
icon: this.buildIcon("NSTouchBarComposeTemplate"),
|
||||||
click: () => this.triggerCommand("createNoteIntoInbox")
|
click: () => this.triggerCommand("createNoteIntoInbox")
|
||||||
}),
|
}),
|
||||||
new TouchBarSpacer({ size: "large" }),
|
new TouchBarSpacer({ size: "small" }),
|
||||||
...componentSpecificItems,
|
...componentSpecificItems,
|
||||||
new TouchBarSpacer({ size: "flexible" }),
|
new TouchBarSpacer({ size: "flexible" }),
|
||||||
new TouchBarOtherItemsProxy(),
|
new TouchBarOtherItemsProxy(),
|
||||||
|
|||||||
Reference in New Issue
Block a user