From fb0669990d18ab5fa31e5040e82bd33fbd186f76 Mon Sep 17 00:00:00 2001 From: TtiPo Date: Fri, 10 Jul 2026 00:39:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=93=9C=EB=9D=BC=EC=9D=B4=EB=B8=8C=20?= =?UTF-8?q?=EB=B9=88=20=EC=83=81=ED=83=9C=20=EC=95=88=EB=82=B4=EB=A5=BC=20?= =?UTF-8?q?=EC=83=81=EB=8B=A8=20=EC=A0=84=EC=B2=B4=ED=8F=AD=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 프로젝트·회의 화면과 달리 드라이브의 빈/검색없음 상태 안내문이 페이지 정중앙에 떠 있던 문제를 수정한다. 목록 컨테이너(.dr-listwrap)의 중앙 정렬을 제거해 안내 카드가 다른 화면과 동일하게 상단에 폭을 꽉 채워 배치되며, 남는 아래 영역은 그대로 드래그-드롭 업로드 영역으로 유지된다. Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/pages/relay/DrivePage.vue | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/relay/DrivePage.vue b/frontend/src/pages/relay/DrivePage.vue index 714b481..c2e4cdd 100644 --- a/frontend/src/pages/relay/DrivePage.vue +++ b/frontend/src/pages/relay/DrivePage.vue @@ -364,10 +364,7 @@ function openActivity(): void { -
+
불러오는 중… @@ -686,12 +683,8 @@ function openActivity(): void { flex: 1 1 auto; /* 파일 영역이 페이지의 남는 공간 전체를 차지 → 드래그 드롭 영역도 그만큼 */ min-height: 16rem; /* 짧은 뷰포트에서도 최소 드롭 영역 보장 */ } -/* 비어있음/검색없음일 때 안내문을 영역 중앙에 배치(넓은 빈 영역이 자연스럽게 보이도록) */ -.dr-listwrap.is-empty { - display: flex; - align-items: center; - justify-content: center; -} +/* 비어있음/검색없음일 때도 안내문 카드는 상단에 폭을 꽉 채워 배치(프로젝트·회의 화면과 통일). + 남는 아래 공간은 그대로 드래그 드롭 영역으로 유지된다. */ .dr-row { display: flex; align-items: center;