From df17ecf943c968e9ce990d23e448d76d0ed4eaf0 Mon Sep 17 00:00:00 2001 From: poignatov Date: Wed, 18 Mar 2026 18:38:14 +0300 Subject: [PATCH] =?UTF-8?q?6.19.10:=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D0=B1=D0=BB=D0=B0=D1=81=D1=82=D1=8C?= =?UTF-8?q?=20=D0=BA=D0=BB=D0=B8=D0=BA=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=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 +- play-life-web/src/components/TaskList.css | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 78cff3c..ca5f75e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.19.9 +6.19.10 diff --git a/play-life-web/package.json b/play-life-web/package.json index 9744308..27f5985 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.19.9", + "version": "6.19.10", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.css b/play-life-web/src/components/TaskList.css index f98bab8..f46b956 100644 --- a/play-life-web/src/components/TaskList.css +++ b/play-life-web/src/components/TaskList.css @@ -319,7 +319,8 @@ border: none; color: #6b7280; cursor: pointer; - padding: 0.25rem; + padding: 1rem; + margin: -1rem; border-radius: 0.25rem; transition: all 0.2s; display: flex;