From 4c380efec726700c44476d8ec7430eb239678015 Mon Sep 17 00:00:00 2001 From: yoon Date: Tue, 18 Mar 2025 12:50:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=98=EB=A6=B0=EB=8D=94=20=EB=B0=98?= =?UTF-8?q?=EC=9D=91=ED=98=95=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 | 4 ++++ src/components/commuters/CommuterCalendar.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index efb780b..e57b64f 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -617,6 +617,10 @@ .layout-page { margin-right: 0 !important; } + + #app-calendar-sidebar { + width: 100%; + } } /* 세로모드 모바일 디바이스 (가로 해상도가 576px 보다 작은 화면에 적용) */ diff --git a/src/components/commuters/CommuterCalendar.vue b/src/components/commuters/CommuterCalendar.vue index c350655..de30591 100644 --- a/src/components/commuters/CommuterCalendar.vue +++ b/src/components/commuters/CommuterCalendar.vue @@ -2,7 +2,7 @@
-
+
Profile Image