From f5e10c143fdbc33b009954365aa9aee9f5907b6f Mon Sep 17 00:00:00 2001 From: poignatov Date: Wed, 4 Feb 2026 20:38:51 +0300 Subject: [PATCH] =?UTF-8?q?4.17.1:=20=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=B8=D0=B7=D0=B0=D0=B9=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/WishlistDetail.css | 10 +++++----- play-life-web/src/components/WishlistDetail.jsx | 1 - 4 files changed, 7 insertions(+), 8 deletions(-) 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 ? (
-
Связанная задача: