From 537ad9e06e96a1e407d999cb238a57e488bfb604 Mon Sep 17 00:00:00 2001 From: poignatov Date: Sun, 8 Mar 2026 14:00:27 +0300 Subject: [PATCH] =?UTF-8?q?6.3.8:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B2?= =?UTF-8?q?=D0=B8=D0=B7=D1=83=D0=B0=D0=BB=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B5=D1=81=D1=81?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- play-life-web/src/components/TaskDetail.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/play-life-web/src/components/TaskDetail.css b/play-life-web/src/components/TaskDetail.css index a0f51d0..56b5431 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: stretch; + align-items: center; } .progression-input { width: 100%; padding: 0.75rem; - padding-right: 5.5rem; + padding-right: 4.75rem; border: 1px solid #d1d5db; border-radius: 0.375rem; font-size: 1rem; @@ -204,9 +204,7 @@ top: 0; bottom: 0; display: flex; - background: #f3f4f6; - border-radius: 9999px; - overflow: hidden; + align-items: center; flex-shrink: 0; } @@ -215,9 +213,9 @@ align-items: center; justify-content: center; width: 2rem; - height: 100%; + height: 2rem; border: none; - background: transparent; + background: #f3f4f6; font-size: 1.125rem; font-weight: 500; color: #6b7280; @@ -236,12 +234,16 @@ .progression-control-minus { border-right: 1px solid #eeeff1; + border-radius: 9999px 0 0 9999px; padding-left: 0.375rem; + margin-left: 0.375rem; } .progression-control-plus { border-left: 1px solid #eeeff1; + border-radius: 0 9999px 9999px 0; padding-right: 0.375rem; + margin-right: 0.375rem; } .task-detail-divider {