redesign calendar api for improving loading performance

This commit is contained in:
isUnknown 2024-09-11 16:34:58 +02:00
parent 78d542cbac
commit d2b2cea846
5 changed files with 76 additions and 99 deletions

View file

@ -12,7 +12,7 @@
}
}
.calendar-strip__days.progress {
/* .calendar-strip__days.progress {
cursor: progress !important;
}
.calendar-strip__days.progress > li {
@ -20,7 +20,7 @@
}
.calendar-strip__days.progress button {
cursor: progress !important;
}
} */
.grid {
--column-gap: calc(var(--space-m) * 1.1);