Skip to content

Commit 60a299c

Browse files
committed
style(planner): 시트 방향을 하단에서 오른쪽으로 변경
1 parent ac34571 commit 60a299c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/artist/detail/MobileArtistActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function MobileArtistActions({ artist }: MobileArtistActionsProps
4444
)}
4545

4646
<SheetContent
47-
side="bottom"
47+
side="right"
4848
className="z-50 max-h-[85vh] overflow-y-auto pb-[env(safe-area-inset-bottom)] [&>button]:hidden"
4949
>
5050
{/* 드래그 핸들 */}

src/components/concert-mate/detail/MobileMeetingPostSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function MobileMeetingPostSidebar({
4444
)}
4545

4646
<SheetContent
47-
side="bottom"
47+
side="right"
4848
className="z-50 max-h-[85vh] overflow-y-auto pb-[env(safe-area-inset-bottom)] [&>button]:hidden"
4949
>
5050
{/* 드래그 핸들 */}

src/components/concert/detail/MobileQuickActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function MobileQuickActions({
5656
)}
5757

5858
<SheetContent
59-
side="bottom"
59+
side="right"
6060
className="z-50 max-h-[85vh] overflow-y-auto pb-[env(safe-area-inset-bottom)] [&>button]:hidden"
6161
>
6262
<SheetHeader className="sr-only">

src/components/planner/sidebar/MobilePlannerSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function MobilePlannerSidebar({
3232
<span className="sr-only">지도 및 정보 보기</span>
3333
</Button>
3434
</SheetTrigger>
35-
<SheetContent side="bottom" className="h-dvh gap-0 [&>button]:top-5">
35+
<SheetContent side="right" className="h-dvh gap-0 [&>button]:top-5">
3636
<SheetHeader className="border-border border-b sm:px-6">
3737
<SheetTitle className="text-base">플래너 지도 및 정보 보기</SheetTitle>
3838
</SheetHeader>

0 commit comments

Comments
 (0)