6.3.8: Фикс визуала кнопок прогрессии
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 34s

This commit is contained in:
poignatov
2026-03-08 14:00:27 +03:00
parent b0155e6cbe
commit 537ad9e06e

View File

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