From a92fbfdf4364cda2e0d00a9913a3699c2c4a61ba Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 17 Jul 2025 11:25:44 +0200 Subject: [PATCH] feat(schedule): make mobile month view slightly more useful --- .../schedule/schedule-month/schedule-month.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/features/schedule/schedule-month/schedule-month.component.scss b/src/app/features/schedule/schedule-month/schedule-month.component.scss index 13e09b851..c94967619 100644 --- a/src/app/features/schedule/schedule-month/schedule-month.component.scss +++ b/src/app/features/schedule/schedule-month/schedule-month.component.scss @@ -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 {