mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-03 13:02:26 +00:00
feat(schedule): further improve ui
This commit is contained in:
parent
64d10ce11d
commit
c6920da5cc
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue