diff --git a/VERSION b/VERSION index b497f27..c3a5d5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.15 +6.18.16 diff --git a/play-life-web/package.json b/play-life-web/package.json index f857f0e..3e9cafa 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.15", + "version": "6.18.16", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index 1e430c5..482f811 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -3,7 +3,7 @@ max-width: 800px; margin: 0 auto; position: relative; - padding-bottom: 4.5rem; + padding-bottom: 5.5rem; } .close-x-button { diff --git a/play-life-web/src/components/TaskForm.jsx b/play-life-web/src/components/TaskForm.jsx index 1f65d81..abeeb22 100644 --- a/play-life-web/src/components/TaskForm.jsx +++ b/play-life-web/src/components/TaskForm.jsx @@ -1412,9 +1412,9 @@ function TaskForm({ onNavigate, taskId, wishlistId, returnTo, returnWishlistId, bottom: 0, left: 0, right: 0, - padding: '0.75rem 1rem', + padding: '1.5rem 1rem 0.75rem', paddingBottom: 'max(0.75rem, env(safe-area-inset-bottom))', - background: 'linear-gradient(to top, white 60%, rgba(255,255,255,0))', + background: 'linear-gradient(to top, white 70%, rgba(255,255,255,0))', zIndex: 1500, display: 'flex', justifyContent: 'center',