diff --git a/frontend/index.html b/frontend/index.html index 7707517..0294a32 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@
- + diff --git a/frontend/style.css b/frontend/style.css index 7f905a8..e07e53a 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -59,6 +59,7 @@ body { justify-content: space-between; align-items: center; padding: 16px 20px; + padding-top: calc(env(safe-area-inset-top, 0px) + 16px); flex-shrink: 0; } diff --git a/frontend/sw.js b/frontend/sw.js index a81706c..79d89da 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,6 +1,6 @@ 'use strict'; -const CACHE_NAME = 'baton-v3'; +const CACHE_NAME = 'baton-v4'; // App shell assets to precache const APP_SHELL = [