From 00de1baef9a19b573f6b876e2bfe420e70dc3183 Mon Sep 17 00:00:00 2001 From: wasrusgen Date: Wed, 13 May 2026 22:21:32 +0300 Subject: [PATCH] =?UTF-8?q?splash:=20flex=20column=20center=20+=20=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=8C=D1=88=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=BE=20+?= =?UTF-8?q?=20drop-shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .loader: grid → flex column. Теперь элементы плотным кластером в центре, а не разброс по высоте. - Лого max-width 360px → 260px (как просил, чуть меньше) - Добавил drop-shadow под лого для глубины Cache bust v=20260513zj. --- miniapp/assets/styles.css | 13 ++++++++----- miniapp/index.html | 24 ++++++++++++------------ 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/miniapp/assets/styles.css b/miniapp/assets/styles.css index 3733a88..61555f2 100644 --- a/miniapp/assets/styles.css +++ b/miniapp/assets/styles.css @@ -192,10 +192,12 @@ button { font: inherit; cursor: pointer; border: none; background: none; color: Loader (брендированный — логотип ЗОВ + дыхание) ============================================================ */ .loader { - display: grid; - place-items: center; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; min-height: 100vh; - gap: 22px; + gap: 18px; padding: 24px; } @@ -218,12 +220,13 @@ button { font: inherit; cursor: pointer; border: none; background: none; color: /* Бренд @wasrusgen1 на splash — SVG-лого + CRM */ .brand-logo { - width: 80%; - max-width: 360px; + width: 70%; + max-width: 260px; height: auto; display: block; margin: 0 auto; animation: logoBreath 2.2s ease-in-out infinite; + filter: drop-shadow(0 6px 16px rgba(44, 62, 80, 0.18)); } .brand-tagline-gold { font-family: "Inter", system-ui, sans-serif; diff --git a/miniapp/index.html b/miniapp/index.html index eb305bc..119c44c 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -12,25 +12,25 @@ - - + +
- +
CRM
- - - - - - - - - + + + + + + + + +