From 5902c1e7f048a7c9e3a7e2818416c023486d4d8b Mon Sep 17 00:00:00 2001 From: aaverbitskiy Date: Mon, 17 Aug 2026 05:25:06 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=BA=D1=80=D0=BE=D1=84=D0=B8?= =?UTF-8?q?=D0=BA=D1=81:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=20grid-column=20?= =?UTF-8?q?span=202=20=D1=83=20.field-dates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit После унификации полей до 195px «Период» больше не занимает 2 колонки — span 2 оставлял пустоту справа и криво переносил поля (у анонима «Поиск» уезжал на вторую строку). Теперь все поля — обычные колонки 195px, ряд заполняется слева направо. Задеплоено прямо на прод поверх v0.2.15 без нового тега. Co-Authored-By: Claude Opus 4.8 --- frontend/src/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 72de553..f65167e 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -112,7 +112,7 @@ header { align-items: start; align-content: start; } -/* Compact grid: 4 dropdowns on row 1; the two dates + search fall to row 2. */ +/* Compact grid: equal 195px columns; fields flow left-to-right and wrap. */ .hgroup-fields .field { min-width: 0; } .hgroup-fields .dropdown, .hgroup-fields .dropdown-btn, @@ -123,7 +123,6 @@ header { .hgroup-fields { align-items: flex-start; } /* ---- date-range field + calendar popup ---- */ -.field-dates { grid-column: span 2; } .field-dates .dr-field { max-width: 195px; } /* "Период" matches the other fields (short 2-digit-year date fits) */ .dr-native { display: none; } .daterange { position: relative; }