From b0155e6cbe422a23df1bbb14b803fc88283586fc Mon Sep 17 00:00:00 2001 From: poignatov Date: Sun, 8 Mar 2026 13:57:56 +0300 Subject: [PATCH] =?UTF-8?q?6.3.8:=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B7=D0=BE=D0=BD=D0=B0=20=D0=BA=D0=BB?= =?UTF-8?q?=D0=B8=D0=BA=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA=20+/-?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B5=D1=81=D1=81=D0=B8=D0=B8?= 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/TaskDetail.css | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index c44315e..a7ee22c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.7 +6.3.8 diff --git a/play-life-web/package.json b/play-life-web/package.json index bf3fd8d..c300d9d 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.3.7", + "version": "6.3.8", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskDetail.css b/play-life-web/src/components/TaskDetail.css index ca5843e..a0f51d0 100644 --- a/play-life-web/src/components/TaskDetail.css +++ b/play-life-web/src/components/TaskDetail.css @@ -172,13 +172,13 @@ .progression-input-wrapper { position: relative; display: flex; - align-items: center; + align-items: stretch; } .progression-input { width: 100%; padding: 0.75rem; - padding-right: 4.75rem; + padding-right: 5.5rem; border: 1px solid #d1d5db; border-radius: 0.375rem; font-size: 1rem; @@ -200,7 +200,9 @@ .progression-controls-capsule { position: absolute; - right: 0.375rem; + right: 0; + top: 0; + bottom: 0; display: flex; background: #f3f4f6; border-radius: 9999px; @@ -213,7 +215,7 @@ align-items: center; justify-content: center; width: 2rem; - height: 2rem; + height: 100%; border: none; background: transparent; font-size: 1.125rem; @@ -234,10 +236,12 @@ .progression-control-minus { border-right: 1px solid #eeeff1; + padding-left: 0.375rem; } .progression-control-plus { border-left: 1px solid #eeeff1; + padding-right: 0.375rem; } .task-detail-divider {