From 9ab15f3bd46b20ead3d505d866b51dafa5c697c4 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 15 Nov 2021 21:25:34 -0500 Subject: [PATCH] Condense toolbar to save some vertical space --- public/index.html | 7 +++++++ src/index.ts | 1 + 2 files changed, 8 insertions(+) diff --git a/public/index.html b/public/index.html index 305c52f..4e099d7 100644 --- a/public/index.html +++ b/public/index.html @@ -10,3 +10,10 @@ + + diff --git a/src/index.ts b/src/index.ts index 21c00ef..d0d29c3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -49,6 +49,7 @@ const calendarOptions: CalendarOptions = { plugins: [iCalendarPlugin, resourceTimeGridPlugin], allDaySlot: false, nowIndicator: true, + headerToolbar: { start: '', center: 'title', end: '' }, initialView: 'resourceTimeGrid', height: 'auto', slotMinTime: '8:00',