style(calendar_view): improve layout slightly

pull/1183/head
Elian Doran 2025-02-15 14:15:43 +07:00
parent 660a393ca6
commit 03282e12b7
No known key found for this signature in database
1 changed files with 13 additions and 0 deletions

@ -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">