From 23184f4b667fe1ff26fce2834fa9bec77caee91b Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 3 Feb 2026 16:16:26 +0300 Subject: [PATCH] =?UTF-8?q?4.10.1:=20=D0=92=D1=8B=D1=80=D0=BE=D0=B2=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D1=8B?= =?UTF-8?q?=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B8=20=D0=BF=D0=BE=D0=B8?= =?UTF-8?q?=D1=81=D0=BA=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 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 2da4316..ad96464 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.10.0 +4.10.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index 13581c8..95601b5 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.10.0", + "version": "4.10.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.css b/play-life-web/src/components/TaskList.css index 1465d0b..541836d 100644 --- a/play-life-web/src/components/TaskList.css +++ b/play-life-web/src/components/TaskList.css @@ -11,7 +11,7 @@ .task-search-icon { position: absolute; - left: 0.75rem; + left: 1rem; top: 50%; transform: translateY(-50%); color: #9ca3af; @@ -21,7 +21,7 @@ .task-search-input { width: 100%; - padding: 0.75rem 2.5rem 0.75rem 2.75rem; + padding: 0.75rem 2.5rem 0.75rem 3rem; border: 1px solid #e5e7eb; border-radius: 0.5rem; font-size: 1rem;