From 11486ce8a8cb890a54e8ec044fb1f279b8f6d26b Mon Sep 17 00:00:00 2001 From: wasrusgen Date: Mon, 1 Jun 2026 21:23:06 +0300 Subject: [PATCH] =?UTF-8?q?feat(=D0=BA=D0=B0=D0=B1=D0=B8=D0=BD=D0=B5=D1=82?= =?UTF-8?q?):=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=20=E2=80=94=20=D0=B3?= =?UTF-8?q?=D0=B0=D0=BC=D0=B1=D1=83=D1=80=D0=B3=D0=B5=D1=80-=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=8E=20+=20=D0=B2=D1=8B=D0=B5=D0=B7=D0=B6=D0=B0=D1=8E?= =?UTF-8?q?=D1=89=D0=B8=D0=B9=20=D1=81=D0=B0=D0=B9=D0=B4=D0=B1=D0=B0=D1=80?= =?UTF-8?q?=20(Telegram=20=D0=BD=D0=B0=20=D1=82=D0=B5=D0=BB=D0=B5=D1=84?= =?UTF-8?q?=D0=BE=D0=BD=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/cabinet.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/cabinet.html b/docs/cabinet.html index 476136b..f8ed437 100644 --- a/docs/cabinet.html +++ b/docs/cabinet.html @@ -172,10 +172,36 @@ body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);displ .exp-d{font-size:13px;color:var(--muted);line-height:1.5;margin-bottom:14px} .exp-btns{display:flex;flex-wrap:wrap;gap:10px} @media print{.sb,.hdr,.pb,.hero,.nav,.exp-bar,.modal,.mic,.inp-bar{display:none!important}.main,.sv,.scroll,.pad{display:block!important;overflow:visible!important;height:auto!important;margin:0!important;padding:0!important}body{background:#fff}} +/* ── Мобильный (Telegram на телефоне) ── */ +.hdr-burger{display:none;background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:0 4px;line-height:1;flex-shrink:0} +.sb-backdrop{display:none;position:fixed;inset:54px 0 0 0;background:rgba(0,0,0,.55);z-index:40} +.sb-backdrop.show{display:block} +@media(max-width:680px){ + .hdr{padding:0 12px;gap:8px} + .hdr-burger{display:block} + .hdr-t{font-size:12px} + .hdr-client{display:none} + .elena-nm{display:none} + .sb{position:fixed;left:-260px;top:54px;bottom:0;z-index:50;width:240px;transition:left .25s ease;box-shadow:3px 0 18px rgba(0,0,0,.45)} + .sb.open{left:0} + .main{width:100%} + .hero{padding:13px 15px;gap:11px} + .hero-ic{width:38px;height:38px;font-size:17px} + .hero-h{font-size:16px} + .hero-d{font-size:12px} + .chat{padding:16px 13px;gap:11px} + .msg{max-width:90%} + .bb{font-size:13.5px} + .inbar{padding:10px 13px;gap:8px} + .icon-btn{width:40px;height:40px} + .run-card{padding:20px 16px;margin:8px 14px 16px} + .exp-bar{padding:16px 14px} +}
+
@
wasrusgen1КОНСАЛТИНГ
@@ -226,7 +252,8 @@ body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);displ
-