diff --git a/public/css/custom.css b/public/css/custom.css index 212ab4a..c4bb01d 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -25,24 +25,12 @@ .fc-event { border: none; } -.fc-daygrid-event-harness { - display: flex; - flex-direction: column; - align-items: flex-start; - justify-content: flex-start; - width: 100%; -} .fc-daygrid-event.half-day-am { - width: 45% !important; - left: 0 !important; + width: calc(50% - 4px) !important; } .fc-daygrid-event.half-day-pm { - width: 45% !important; - left: auto !important; - right: 0 !important; -} -.fc-daygrid-event.full-day { - width: calc(100% - 4px) !important; + width: calc(50% - 4px) !important; + margin-left: auto !important } .fc-day-sun .fc-daygrid-day-number, .fc-col-header-cell:first-child .fc-col-header-cell-cushion {