style(calendar_view): improve layout slightly

This commit is contained in:
Elian Doran 2025-02-15 14:15:43 +02:00
parent 660a393ca6
commit 03282e12b7
No known key found for this signature in database

View File

@ -24,6 +24,19 @@ const TPL = `
.calendar-container {
height: 100%;
}
.calendar-container .fc-toolbar.fc-header-toolbar {
margin-bottom: 0.5em;
}
.calendar-container .fc-toolbar-title {
font-size: 1.3rem;
font-weight: normal;
}
.calendar-container .fc-button {
padding: 0.2em 0.5em;
}
</style>
<div class="calendar-container">