달력 css 수정

This commit is contained in:
yoon 2025-02-24 09:40:37 +09:00
parent 4ff4e43235
commit 40eb97e318

View File

@ -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 {