feat: 홈 대시보드 임시 히어로 이미지 추가
CI / build (push) Failing after 14m19s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-05-31 21:32:08 +09:00
parent 3cc3328b23
commit 964e615c54
3 changed files with 23 additions and 18 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
/* 네이티브 앱(Capacitor) safe-area: 상단 상태바 / 하단 제스처바 영역 확보 */
html.is-native .layout-top {
padding-top: env(safe-area-inset-top);
/* 상태바 높이(safe-area)에 더해 여유 간격을 줘서 헤더가 상태바에 붙지 않게 */
padding-top: calc(env(safe-area-inset-top) + 14px);
height: auto;
min-height: 56px;
}
html.is-native .layout-bottom {
padding-bottom: env(safe-area-inset-bottom);