fix: refresh app icons and raise mobile quick win button

This commit is contained in:
2026-04-16 12:07:16 +02:00
parent 11ebb568db
commit ae055841e7
6 changed files with 3 additions and 2 deletions

View File

@@ -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);