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;