feat: makes events clickable

This commit is contained in:
2025-09-16 13:17:29 -05:00
parent 209266597e
commit 61e4b25212
2 changed files with 13 additions and 2 deletions

View File

@@ -199,6 +199,10 @@ dialog[data-dialog-target="dialog"][closing] {
@apply flex flex-col gap-1 justify-between;
}
/** FullCalendar **/
#upcoming_episodes_calendar .fc-event-main .fc-event-title-container {
cursor: pointer !important;
}
.fc-col-header-cell {
@apply bg-orange-500/60 text-white;
}