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