6.18.16: Отступ между карточкой и кнопкой в задаче
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m17s

This commit is contained in:
poignatov
2026-03-16 16:19:08 +03:00
parent 1b7e2cd887
commit 0c6ba5c8fb
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
6.18.15 6.18.16

View File

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

View File

@@ -3,7 +3,7 @@
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
padding-bottom: 4.5rem; padding-bottom: 5.5rem;
} }
.close-x-button { .close-x-button {

View File

@@ -1412,9 +1412,9 @@ function TaskForm({ onNavigate, taskId, wishlistId, returnTo, returnWishlistId,
bottom: 0, bottom: 0,
left: 0, left: 0,
right: 0, right: 0,
padding: '0.75rem 1rem', padding: '1.5rem 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',