mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +08:00
style(calendar_view): improve layout slightly
This commit is contained in:
parent
660a393ca6
commit
03282e12b7
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user