feat(schedule): make mobile month view slightly more useful

This commit is contained in:
Johannes Millan 2025-07-17 11:25:44 +02:00
parent be8e102f47
commit a92fbfdf43

View file

@ -292,6 +292,10 @@
.month-day-events .month-event:nth-child(n + 3) {
display: none;
}
::ng-deep schedule-event .ico-wrapper {
display: none;
}
}
.event-dot {