6.21.2: Увеличен градиент нижней панели желаний
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
poignatov
2026-03-18 21:49:33 +03:00
parent 2fde471076
commit 8acfaf19ac
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
6.21.1 6.21.2

View File

@@ -1,6 +1,6 @@
{ {
"name": "play-life-web", "name": "play-life-web",
"version": "6.21.1", "version": "6.21.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -1147,9 +1147,9 @@ function WishlistForm({ onNavigate, wishlistId, editConditionIndex, newTaskId: n
bottom: 0, bottom: 0,
left: 0, left: 0,
right: 0, right: 0,
padding: '0.75rem 1rem', padding: '2rem 1rem 0.75rem',
paddingBottom: 'max(0.75rem, env(safe-area-inset-bottom))', 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, zIndex: 1500,
display: 'flex', display: 'flex',
justifyContent: 'center', justifyContent: 'center',