feat(schedule): further improve ui

This commit is contained in:
Johannes Millan 2025-10-16 14:13:31 +02:00
parent 64d10ce11d
commit c6920da5cc
2 changed files with 2 additions and 1 deletions

View file

@ -378,6 +378,7 @@ schedule-event.cdk-drag-dragging + schedule-event {
&.isScheduleForDay {
border-radius: var(--card-border-radius);
border-radius: 12px;
//.drag-preview-time-badge {
//font-size: 13px;

View file

@ -154,7 +154,7 @@ export class ScheduleWeekComponent implements OnInit, AfterViewInit, OnDestroy {
const insertBeforeLabel = this._translateService.instant(
T.F.SCHEDULE.INSERT_BEFORE,
);
return ` ${insertBeforeLabel}: ${taskTitle}`;
return ` ${insertBeforeLabel}: ${taskTitle}`;
}
}