From 31dc10de6d8407d15cac691d6d34cd5aaff51d63 Mon Sep 17 00:00:00 2001 From: tore Date: Mon, 21 Sep 2026 16:43:28 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20=D0=B2=20?= =?UTF-8?q?=D1=82=D1=83=D0=BB=D0=B1=D0=B0=D1=80=D0=B5:=20.kt-ai-input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- style.css | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c0eb66e..d8a52a5 100644 --- a/index.html +++ b/index.html @@ -42,15 +42,15 @@ -
-
- -
+
+ + +
Приоритет
diff --git a/style.css b/style.css index 7b004d8..f24a6d3 100644 --- a/style.css +++ b/style.css @@ -141,6 +141,10 @@ margin-top: var(--kt-ai-space-7); } +/* Поиск над таблицей (видно и на телефоне) */ +.j-search-field { flex: 1 1 200px; max-width: 320px; } +@media (max-width: 639.98px) { .j-search-field { max-width: none; } } + /* Поля формы с ошибкой */ .kt-ai-field[data-error="true"] .kt-ai-input, .kt-ai-field[data-error="true"] .kt-ai-select,