iOS safe area 지원 추가 및 버전 업데이트

- iOS WebView에서 safe-area-inset-top 값을 고려하도록 스크롤 액션 수정
- safearea.css를 index.html에 추가하여 CSS 변수 활성화
- .date-group-label 위치에 safe-area-inset-top 적용
- 버전 1.0.3으로 업데이트
- Makefile 빌드 스크립트 개선

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-19 18:46:07 +09:00
parent 1601ad79e2
commit 060b48de56
5 changed files with 25 additions and 17 deletions

View File

@@ -544,7 +544,7 @@ main.pop{
position: fixed;
background-color: #ffffff;
width: calc(100% - 42px);
top: 50px;
top: calc(50px + env(safe-area-inset-top));
padding-left: 10px;
padding-bottom: 20px;
}