From 0c6ba5c8fb1095435824abcf8f7b1424626a11e0 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 16:19:08 +0300 Subject: [PATCH] =?UTF-8?q?6.18.16:=20=D0=9E=D1=82=D1=81=D1=82=D1=83=D0=BF?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20=D0=BA=D0=B0=D1=80=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BA=D0=BE=D0=B9=20=D0=B8=20=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D0=BF=D0=BA=D0=BE=D0=B9=20=D0=B2=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskForm.css | 2 +- play-life-web/src/components/TaskForm.jsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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',