From 4f69481efe0717701876391177b15bf677b44adb Mon Sep 17 00:00:00 2001 From: poignatov Date: Sun, 15 Mar 2026 18:09:26 +0300 Subject: [PATCH] =?UTF-8?q?6.17.5:=20=D0=9A=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B8=20=D1=82=D0=B0=D0=B9=D1=82=D0=BB=20=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=B8=D0=B0=D0=BB=D0=BE=D0=B3=D0=B5=20=D1=82=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- .../src/components/ShoppingItemDetail.jsx | 27 ++++++++++--------- play-life-web/src/components/TaskDetail.css | 6 ++++- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/VERSION b/VERSION index 89b71fa..2c2a151 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.17.4 +6.17.5 diff --git a/play-life-web/package.json b/play-life-web/package.json index 678e43f..f6423fd 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.17.4", + "version": "6.17.5", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/ShoppingItemDetail.jsx b/play-life-web/src/components/ShoppingItemDetail.jsx index 627de19..f0f7fea 100644 --- a/play-life-web/src/components/ShoppingItemDetail.jsx +++ b/play-life-web/src/components/ShoppingItemDetail.jsx @@ -170,19 +170,7 @@ function ShoppingItemDetail({ itemId, onClose, onRefresh, onItemCompleted, onNav
- +
+
+ +
)} diff --git a/play-life-web/src/components/TaskDetail.css b/play-life-web/src/components/TaskDetail.css index 12808d0..ce5ceda 100644 --- a/play-life-web/src/components/TaskDetail.css +++ b/play-life-web/src/components/TaskDetail.css @@ -210,7 +210,7 @@ .shopping-item-complete-row { display: flex; - align-items: center; + flex-direction: column; gap: 0.375rem; } @@ -218,6 +218,10 @@ flex: 1; } +.shopping-item-complete-row + .task-action-left { + margin-top: 0.75rem; +} + .shopping-item-complete-button { width: 48px; height: 48px;