From 0f1355040197b9a1b8b72aa43ff373ccf0830e84 Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Wed, 22 Oct 2025 10:44:59 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9D=98=EB=A1=9D=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=EC=A1=B0=ED=9A=8C=20=ED=99=94=EB=A9=B4=20UI=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=20(yabo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 10-회의록상세조회: 메뉴바 제거 및 레이아웃 수정 - 사이드바 HTML 완전 제거 - 헤더/탭/메인 컨텐츠에서 사이드바 위치 조정 제거 (left: 240px, margin-left: 240px) - 중앙 정렬 레이아웃으로 변경 (margin-left/right: auto) - 이전 화면 이동 버튼 유지 확인 - 03-회의예약: 메뉴바 제거 및 레이아웃 수정 - 사이드바 HTML 완전 제거 - 헤더/메인 컨텐츠에서 사이드바 위치 조정 제거 - 중앙 정렬 레이아웃으로 변경 - 이전 화면 이동 버튼 유지 및 반응형에서도 표시되도록 수정 - 04-템플릿선택: 메뉴바 제거 및 레이아웃 수정 - 사이드바 HTML 완전 제거 (이전 커밋) - 헤더/페이지 컨텐츠에서 사이드바 위치 조정 제거 - 중앙 정렬 레이아웃으로 변경 - 이전 화면 이동 버튼 유지 UIUX 설계서(design/uiux/uiux.md) 메뉴바유무 항목에 따라 정확히 반영 - 메뉴바 X 화면: 사이드바/하단바 없음, 중앙 정렬 레이아웃 - 이전화면 이동버튼 O 화면: 백 버튼 유지 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/uiux/prototype/03-회의예약.html | 39 +------------- design/uiux/prototype/04-템플릿선택.html | 39 +------------- design/uiux/prototype/10-회의록상세조회.html | 55 +------------------- 3 files changed, 6 insertions(+), 127 deletions(-) diff --git a/design/uiux/prototype/03-회의예약.html b/design/uiux/prototype/03-회의예약.html index 5fec960..67141bd 100644 --- a/design/uiux/prototype/03-회의예약.html +++ b/design/uiux/prototype/03-회의예약.html @@ -47,13 +47,8 @@ /* 데스크톱: 헤더 조정 */ @media (min-width: 768px) { .header { - left: 240px; padding: 0 var(--space-xl); } - - .back-btn { - display: none; - } } /* 메인 콘텐츠 */ @@ -66,10 +61,11 @@ /* 데스크톱: 메인 콘텐츠 조정 */ @media (min-width: 768px) { .main-content { - margin-left: 240px; padding: var(--space-xl); padding-bottom: var(--space-xl); max-width: 1200px; + margin-left: auto; + margin-right: auto; } } @@ -241,37 +237,6 @@ - - -
diff --git a/design/uiux/prototype/04-템플릿선택.html b/design/uiux/prototype/04-템플릿선택.html index 95c5c01..e5b4c47 100644 --- a/design/uiux/prototype/04-템플릿선택.html +++ b/design/uiux/prototype/04-템플릿선택.html @@ -35,52 +35,17 @@ @media (min-width: 768px) { .page-header { - left: 240px; padding: var(--space-lg) var(--space-xl); } - .page-header .btn-ghost:first-child { - display: none; - } - .page-content { - margin-left: 240px; + margin-left: auto; + margin-right: auto; } } - - -