diff --git a/src/public/app/widgets/touch_bar.ts b/src/public/app/widgets/touch_bar.ts index d361eed81..9206d6f15 100644 --- a/src/public/app/widgets/touch_bar.ts +++ b/src/public/app/widgets/touch_bar.ts @@ -113,7 +113,7 @@ export default class TouchBarWidget extends NoteContextAwareWidget { icon: this.buildIcon("NSTouchBarComposeTemplate"), click: () => this.triggerCommand("createNoteIntoInbox") }), - new TouchBarSpacer({ size: "large" }), + new TouchBarSpacer({ size: "small" }), ...componentSpecificItems, new TouchBarSpacer({ size: "flexible" }), new TouchBarOtherItemsProxy(),