6.18.16: Отступ между карточкой и кнопкой в задаче
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m17s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m17s
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user