fix: 다운로드 정보 없을 때 준비중 메시지 표시
All checks were successful
Client CI/CD / deploy (push) Successful in 12s

404 응답 시 컴포넌트가 사라지는 대신 안내 문구 노출

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 14:39:26 +09:00
parent 2f56dfb519
commit 9fa665c9c0
2 changed files with 23 additions and 8 deletions

View File

@@ -38,3 +38,9 @@
opacity: 0.9;
transform: translateY(-1px);
}
.download-preparing {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.4);
margin: 0;
}