hide empty calendars

This commit is contained in:
2024-08-10 15:10:07 +02:00
parent 60a1b1d3d9
commit 660140c280
2 changed files with 16 additions and 4 deletions

View File

@ -75,7 +75,8 @@
}
&[data-collapsed=true] {
> .calendarWeek {
> .calendarWeek,
> .calendarWeekEmpty {
display: none;
}
h2:before {
@ -116,6 +117,8 @@
}
}
.calendarWeekEmpty {}
.calendarDay {
min-height: 11rem;
padding: .4rem;