collapse yearmonths that are two months ahead by default in event calendar

This commit is contained in:
2024-08-05 20:58:56 +02:00
parent af20820bac
commit 9416df11a3
2 changed files with 41 additions and 28 deletions

View File

@ -50,6 +50,10 @@
text-transform: capitalize;
}
}
&[data-collapsed=true] > .calendarWeek {
display: none;
}
}
.calendarWeek {