From f197538e2e976e61fd3838fe6cab61bd7b089c52 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:27:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EA=B3=B5=ED=86=B5]=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=EA=B3=A0=EC=A0=95=20=EC=95=A1=EC=85=98=EB=B0=94=20?= =?UTF-8?q?=EC=8B=9C=EA=B0=81=EC=A0=81=20=EA=B5=AC=EB=B6=84=20=EA=B0=95?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 배경 불투명 처리 (bg-background/95 → bg-background) - 상단 보더 강화 (border-t-2 border-t-primary/20) - 입력 필드와 액션바가 구분되지 않던 문제 해결 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../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 c92d4962..e30db252 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/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]'}` + ? `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]'}` : ''; // 공통 레이아웃: 왼쪽(뒤로) | 오른쪽(액션들)