feat(tasks): advanced reminders UI and recurrence layout improvements

This commit is contained in:
Rafael Foster
2026-04-29 05:33:06 -03:00
parent 9759f5e267
commit 0e7142edc2
6 changed files with 110 additions and 28 deletions
+6
View File
@@ -1688,6 +1688,7 @@
display: flex;
align-items: flex-end;
gap: var(--space-3);
flex-wrap: wrap;
}
.rrule-interval-wrap {
@@ -1702,6 +1703,11 @@
white-space: nowrap;
}
.rrule-until-field {
flex: 1;
min-width: 220px;
}
.rrule-day-grid {
display: flex;
gap: var(--space-1);