fix: refresh app icons and raise mobile quick win button
This commit is contained in:
@@ -1630,7 +1630,7 @@ p {
|
|||||||
.fab-quick-task {
|
.fab-quick-task {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: max(16px, env(safe-area-inset-right));
|
right: max(16px, env(safe-area-inset-right));
|
||||||
bottom: calc(72px + var(--safe-bottom));
|
bottom: calc(86px + var(--safe-bottom));
|
||||||
width: 62px;
|
width: 62px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
border: 2px solid rgba(255, 255, 255, 0.55);
|
border: 2px solid rgba(255, 255, 255, 0.55);
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 79 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 90 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 587 KiB |
@@ -1,8 +1,9 @@
|
|||||||
const CACHE_NAME = "putzliga-shell-v3";
|
const CACHE_NAME = "putzliga-shell-v4";
|
||||||
const ASSETS = [
|
const ASSETS = [
|
||||||
"/static/css/style.css",
|
"/static/css/style.css",
|
||||||
"/static/js/app.js",
|
"/static/js/app.js",
|
||||||
"/static/images/favicon.png",
|
"/static/images/favicon.png",
|
||||||
|
"/static/images/apple-touch-icon.png",
|
||||||
"/static/images/logo-mark.png",
|
"/static/images/logo-mark.png",
|
||||||
"/static/images/pwa-icon-192.png",
|
"/static/images/pwa-icon-192.png",
|
||||||
"/static/images/pwa-icon-512.png"
|
"/static/images/pwa-icon-512.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user