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',