From c4b4ed2c3f5940490893b684c947aa6d5932a86c Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 20 Jan 2026 20:13:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BD=D1=8F=D1=82=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=B4=D0=BE=203.20.2?= 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/Wishlist.css | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 076e9c7..b9f2e5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.20.1 +3.20.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index d5b8c21..406b7a0 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.20.1", + "version": "3.20.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/Wishlist.css b/play-life-web/src/components/Wishlist.css index c8909c7..9ba3c7c 100644 --- a/play-life-web/src/components/Wishlist.css +++ b/play-life-web/src/components/Wishlist.css @@ -94,7 +94,6 @@ } .wishlist-card { - border-radius: 18px; overflow: hidden; cursor: pointer; transition: transform 0.2s;