diff --git a/app/static/css/style.css b/app/static/css/style.css index 1b0e993..30fd1f8 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -46,6 +46,7 @@ * { box-sizing: border-box; + -webkit-tap-highlight-color: transparent; } [x-cloak] { @@ -56,6 +57,7 @@ html, body { margin: 0; padding: 0; + overscroll-behavior-y: none; } body { @@ -239,6 +241,7 @@ p { text-decoration: none; color: var(--color-text-muted); font-size: 11px; + touch-action: manipulation; } .bottom-tab-bar .tab-item svg { @@ -277,6 +280,7 @@ p { cursor: pointer; font-family: inherit; transition: background-color 0.15s ease, opacity 0.15s ease; + touch-action: manipulation; } .btn-primary { @@ -452,6 +456,7 @@ label { gap: 8px var(--space-2); padding: 12px 4px; border-bottom: 1px solid var(--color-border); + touch-action: manipulation; } .habit-item:last-child { diff --git a/app/static/icons/icon-apple-180.png b/app/static/icons/icon-apple-180.png new file mode 100644 index 0000000..f85dc10 Binary files /dev/null and b/app/static/icons/icon-apple-180.png differ diff --git a/app/static/offline.html b/app/static/offline.html new file mode 100644 index 0000000..ea8c3ac --- /dev/null +++ b/app/static/offline.html @@ -0,0 +1,23 @@ + + +
+ + ++ 오프라인 상태예요. 이 화면은 아직 캐시에 저장되지 않았어요. +
++ 네트워크 연결을 확인한 뒤 다시 시도해주세요. +
+ +