Compare commits
No commits in common. "d6f5975fb95f09a193c37c5dc0aa264dbd981f63" and "0e35d473eb9fb26a921d77c1e9513fc0b1769f37" have entirely different histories.
d6f5975fb9
...
0e35d473eb
@ -531,10 +531,6 @@ export default function CalendarPage() {
|
|||||||
// Timed events in month: dot + title + time right-aligned
|
// Timed events in month: dot + title + time right-aligned
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center gap-1.5 truncate w-full">
|
<div className="flex items-center gap-1.5 truncate w-full">
|
||||||
<span
|
|
||||||
className="fc-daygrid-event-dot"
|
|
||||||
style={{ borderColor: 'var(--event-color)' }}
|
|
||||||
/>
|
|
||||||
<span className="text-[11px] font-medium truncate">{arg.event.title}</span>
|
<span className="text-[11px] font-medium truncate">{arg.event.title}</span>
|
||||||
{repeatIcon}
|
{repeatIcon}
|
||||||
<span className="umbra-event-time text-[10px] opacity-50 shrink-0 ml-auto tabular-nums">{arg.timeText}</span>
|
<span className="umbra-event-time text-[10px] opacity-50 shrink-0 ml-auto tabular-nums">{arg.timeText}</span>
|
||||||
|
|||||||
@ -170,18 +170,6 @@
|
|||||||
background-color: hsl(0 0% 6%);
|
background-color: hsl(0 0% 6%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Weekend tint: header cells (higher specificity to override .fc-col-header-cell) */
|
|
||||||
.fc .fc-col-header-cell.fc-day-sat,
|
|
||||||
.fc .fc-col-header-cell.fc-day-sun {
|
|
||||||
background-color: hsl(0 0% 6%) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Weekend tint: timegrid column cells */
|
|
||||||
.fc .fc-timegrid-col.fc-day-sat,
|
|
||||||
.fc .fc-timegrid-col.fc-day-sun {
|
|
||||||
background-color: hsl(0 0% 6%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc .fc-col-header-cell {
|
.fc .fc-col-header-cell {
|
||||||
background-color: hsl(0 0% 8% / 0.65);
|
background-color: hsl(0 0% 8% / 0.65);
|
||||||
border-color: var(--fc-border-color);
|
border-color: var(--fc-border-color);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user