6.3.8: Увеличена зона клика кнопок +/- прогрессии
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s

This commit is contained in:
poignatov
2026-03-08 13:57:56 +03:00
parent 999fa15267
commit b0155e6cbe
3 changed files with 10 additions and 6 deletions

View File

@@ -1 +1 @@
6.3.7 6.3.8

View File

@@ -1,6 +1,6 @@
{ {
"name": "play-life-web", "name": "play-life-web",
"version": "6.3.7", "version": "6.3.8",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -172,13 +172,13 @@
.progression-input-wrapper { .progression-input-wrapper {
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: stretch;
} }
.progression-input { .progression-input {
width: 100%; width: 100%;
padding: 0.75rem; padding: 0.75rem;
padding-right: 4.75rem; padding-right: 5.5rem;
border: 1px solid #d1d5db; border: 1px solid #d1d5db;
border-radius: 0.375rem; border-radius: 0.375rem;
font-size: 1rem; font-size: 1rem;
@@ -200,7 +200,9 @@
.progression-controls-capsule { .progression-controls-capsule {
position: absolute; position: absolute;
right: 0.375rem; right: 0;
top: 0;
bottom: 0;
display: flex; display: flex;
background: #f3f4f6; background: #f3f4f6;
border-radius: 9999px; border-radius: 9999px;
@@ -213,7 +215,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 2rem; width: 2rem;
height: 2rem; height: 100%;
border: none; border: none;
background: transparent; background: transparent;
font-size: 1.125rem; font-size: 1.125rem;
@@ -234,10 +236,12 @@
.progression-control-minus { .progression-control-minus {
border-right: 1px solid #eeeff1; border-right: 1px solid #eeeff1;
padding-left: 0.375rem;
} }
.progression-control-plus { .progression-control-plus {
border-left: 1px solid #eeeff1; border-left: 1px solid #eeeff1;
padding-right: 0.375rem;
} }
.task-detail-divider { .task-detail-divider {