From 478c05b875b3b115d79eac5741a2aaa405e095fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=98=81=EB=B3=B4?= Date: Fri, 20 Mar 2026 16:38:31 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20[=EA=B3=B5=ED=86=B5]=20?= =?UTF-8?q?=ED=95=98=EB=8B=A8=20=EA=B3=A0=EC=A0=95=20=EC=95=A1=EC=85=98?= =?UTF-8?q?=EB=B0=94=20=EC=8B=9C=EA=B0=81=EC=A0=81=20=EA=B5=AC=EB=B6=84=20?= =?UTF-8?q?=EA=B0=95=ED=99=94"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 954cddfd1e94ec13dfb64e5fbcd0cfd27f619635. --- .../IntegratedDetailTemplate/components/DetailActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/templates/IntegratedDetailTemplate/components/DetailActions.tsx b/src/components/templates/IntegratedDetailTemplate/components/DetailActions.tsx index e30db252..c92d4962 100644 --- a/src/components/templates/IntegratedDetailTemplate/components/DetailActions.tsx +++ b/src/components/templates/IntegratedDetailTemplate/components/DetailActions.tsx @@ -110,7 +110,7 @@ export function DetailActions({ // 모바일: 좌우 여백 16px (left-4 right-4) // 태블릿/데스크탑: 사이드바 펼침(w-64=256px), 접힘(w-24=96px) + 콘텐츠 패딩(24px) 맞춤 const stickyStyles = sticky - ? `fixed bottom-4 left-4 right-4 px-4 py-3 bg-background border-t-4 border-t-primary/20 border rounded-xl shadow-lg z-50 transition-all duration-300 md:bottom-6 md:px-6 md:right-[24px] ${sidebarCollapsed ? 'md:left-[120px]' : 'md:left-[280px]'}` + ? `fixed bottom-4 left-4 right-4 px-4 py-3 bg-background/95 backdrop-blur rounded-xl border shadow-lg z-50 transition-all duration-300 md:bottom-6 md:px-6 md:right-[24px] ${sidebarCollapsed ? 'md:left-[120px]' : 'md:left-[280px]'}` : ''; // 공통 레이아웃: 왼쪽(뒤로) | 오른쪽(액션들)