From cda27053349e4cc8e4e38c198652884240f5c500 Mon Sep 17 00:00:00 2001 From: manoraga Date: Sat, 8 Aug 2026 14:35:23 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=B2=D0=B5=D0=B1-=D0=B8=D0=BD=D1=82?= =?UTF-8?q?=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=D0=B0=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D1=83=D0=B7=D0=B5=D1=80=D1=8B=20(responsive?= =?UTF-8?q?=20drawer,=20header,=20touch=20Optimization)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/styles.css | 9 ++++-- static/index.html | 74 +++++++++++++++++++++---------------------- 2 files changed, 44 insertions(+), 39 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index d2dc205..78f3e4d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,4 +1,4 @@ -/* Плавное (градиентное) исчезновение текста сверху при скролле */ +/* Плавное исчезновение текста сверху при скролле */ .fade-scroll-top { mask-image: linear-gradient(to bottom, transparent 0%, black 14px); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 14px); @@ -8,8 +8,13 @@ .no-scrollbar::-webkit-scrollbar { display: none; } - .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; } + +/* Оптимизация под мобильный viewport (борьба со скачками клавиатуры на iOS/Android) */ +body { + min-height: 100vh; + min-height: -webkit-fill-available; +} diff --git a/static/index.html b/static/index.html index c386b6e..5b90e85 100644 --- a/static/index.html +++ b/static/index.html @@ -2,94 +2,94 @@ - + SCUD Orion AI — Context Manager - + -
-
-
- +
+
+
+
-

SCUD Orion AI

- Context & Task Manager +

SCUD Orion AI

+
-
- - API Online +
+ + API Online -
-
-
-
+
+
+

ИИ-Ассистент

-

- Привет! Я подключен к вашей базе задач и системным промптам. Вы можете писать команды прямо в чат или управлять задачами через панель справа. +

+ Привет! Я подключен к вашей базе задач и системным промптам. Вы можете писать команды прямо в чат или управлять задачами через панель задач.

-
+
+ placeholder="Команда или вопрос..." + class="w-full bg-transparent text-slate-800 px-2.5 sm:px-3 py-1.5 text-xs sm:text-sm focus:outline-none resize-none overflow-y-auto max-h-[96px] leading-relaxed fade-scroll-top no-scrollbar">
-
- - + + -