diff --git a/app/static/css/style.css b/app/static/css/style.css index 7555b18..d9f5fc2 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -1630,7 +1630,7 @@ p { .fab-quick-task { position: fixed; right: max(16px, env(safe-area-inset-right)); - bottom: calc(72px + var(--safe-bottom)); + bottom: calc(86px + var(--safe-bottom)); width: 62px; height: 62px; border: 2px solid rgba(255, 255, 255, 0.55); diff --git a/app/static/images/apple-touch-icon.png b/app/static/images/apple-touch-icon.png index 2fdc9d2..4361ac3 100644 Binary files a/app/static/images/apple-touch-icon.png and b/app/static/images/apple-touch-icon.png differ diff --git a/app/static/images/pwa-icon-192.png b/app/static/images/pwa-icon-192.png index 4a40b0c..d822549 100644 Binary files a/app/static/images/pwa-icon-192.png and b/app/static/images/pwa-icon-192.png differ diff --git a/app/static/images/pwa-icon-512.png b/app/static/images/pwa-icon-512.png index a5e29fd..f33c5fb 100644 Binary files a/app/static/images/pwa-icon-512.png and b/app/static/images/pwa-icon-512.png differ diff --git a/app/static/service-worker.js b/app/static/service-worker.js index eb0f504..84f6c05 100644 --- a/app/static/service-worker.js +++ b/app/static/service-worker.js @@ -1,8 +1,9 @@ -const CACHE_NAME = "putzliga-shell-v3"; +const CACHE_NAME = "putzliga-shell-v4"; const ASSETS = [ "/static/css/style.css", "/static/js/app.js", "/static/images/favicon.png", + "/static/images/apple-touch-icon.png", "/static/images/logo-mark.png", "/static/images/pwa-icon-192.png", "/static/images/pwa-icon-512.png" diff --git a/icon.png b/icon.png index 93cc85d..25577e8 100644 Binary files a/icon.png and b/icon.png differ