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

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