From 8acfaf19acc1388e394e02ecfadbd06ef01677fb Mon Sep 17 00:00:00 2001 From: poignatov Date: Wed, 18 Mar 2026 21:49:33 +0300 Subject: [PATCH] =?UTF-8?q?6.21.2:=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B3=D1=80=D0=B0=D0=B4=D0=B8=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=20=D0=BD=D0=B8=D0=B6=D0=BD=D0=B5=D0=B9=20=D0=BF=D0=B0=D0=BD?= =?UTF-8?q?=D0=B5=D0=BB=D0=B8=20=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/WishlistForm.jsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 476d3ce..facac91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.21.1 +6.21.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index 607f7c8..c2cfdba 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.21.1", + "version": "6.21.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/WishlistForm.jsx b/play-life-web/src/components/WishlistForm.jsx index a5b47f6..a07b3af 100644 --- a/play-life-web/src/components/WishlistForm.jsx +++ b/play-life-web/src/components/WishlistForm.jsx @@ -1147,9 +1147,9 @@ function WishlistForm({ onNavigate, wishlistId, editConditionIndex, newTaskId: n bottom: 0, left: 0, right: 0, - padding: '0.75rem 1rem', + padding: '2rem 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',