From 40eb97e31826762d0f13fd09b58acbd3f19a85cf Mon Sep 17 00:00:00 2001 From: yoon Date: Mon, 24 Feb 2025 09:40:37 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=AC=EB=A0=A5=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) 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 {