mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +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 {
|
.calendar-container {
|
||||||
height: 100%;
|
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>
|
</style>
|
||||||
|
|
||||||
<div class="calendar-container">
|
<div class="calendar-container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user