Condense toolbar to save some vertical space
This commit is contained in:
parent
7e4947951b
commit
9ab15f3bd4
@ -10,3 +10,10 @@
|
|||||||
<script src="bundle.js"></script>
|
<script src="bundle.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.fc .fc-toolbar.fc-header-toolbar {
|
||||||
|
margin-bottom: 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -49,6 +49,7 @@ const calendarOptions: CalendarOptions = {
|
|||||||
plugins: [iCalendarPlugin, resourceTimeGridPlugin],
|
plugins: [iCalendarPlugin, resourceTimeGridPlugin],
|
||||||
allDaySlot: false,
|
allDaySlot: false,
|
||||||
nowIndicator: true,
|
nowIndicator: true,
|
||||||
|
headerToolbar: { start: '', center: 'title', end: '' },
|
||||||
initialView: 'resourceTimeGrid',
|
initialView: 'resourceTimeGrid',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
slotMinTime: '8:00',
|
slotMinTime: '8:00',
|
||||||
|
Loading…
Reference in New Issue
Block a user