diff --git a/VERSION b/VERSION index 43b5827..1b0a87f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.17.0 +4.17.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index 44fa5c3..cac38eb 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.17.0", + "version": "4.17.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/WishlistDetail.css b/play-life-web/src/components/WishlistDetail.css index bfd4377..51e1367 100644 --- a/play-life-web/src/components/WishlistDetail.css +++ b/play-life-web/src/components/WishlistDetail.css @@ -120,7 +120,7 @@ font-size: 1.5rem; font-weight: 600; color: #2c3e50; - margin-bottom: 0.5rem; + margin-bottom: 0; } .wishlist-detail-link { @@ -140,21 +140,21 @@ } .wishlist-detail-conditions { - margin-bottom: 0.75rem; + margin-top: 1rem; } .wishlist-detail-section-title { font-size: 1.1rem; font-weight: 600; color: #2c3e50; - margin: 0 0 0.5rem 0; + margin: 0; } .wishlist-detail-condition { - padding: 0.75rem; + padding: 0.375rem 0.5rem; font-size: 0.95rem; border-radius: 8px; - margin-bottom: 0.5rem; + margin-bottom: 0; } .wishlist-detail-condition.met { diff --git a/play-life-web/src/components/WishlistDetail.jsx b/play-life-web/src/components/WishlistDetail.jsx index ec69317..214c4b3 100644 --- a/play-life-web/src/components/WishlistDetail.jsx +++ b/play-life-web/src/components/WishlistDetail.jsx @@ -499,7 +499,6 @@ function WishlistDetail({ wishlistId, onNavigate, onRefresh, boardId, onClose, p <> {wishlistItem.linked_task && wishlistItem.linked_task.user_id === user?.id ? (