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 {