From dca97bd69b21cb3f6bf2fdd648c5084846897148 Mon Sep 17 00:00:00 2001 From: bsodfather Date: Thu, 9 Jul 2026 00:43:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D1=80=D0=B0=D0=BD=D1=8C=D1=88?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ui/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/css/layout.css b/apps/ui/css/layout.css index 8daed24..c8d34a7 100644 --- a/apps/ui/css/layout.css +++ b/apps/ui/css/layout.css @@ -246,7 +246,7 @@ body.page-leaving .ws-setup-body { .mobile-nav-link.active { color: var(--text-primary); background: var(--bg-overlay); } /* ── Responsive breakpoints ── */ -@media (max-width: 720px) { +@media (max-width: 980px) { .navbar { padding: 0 16px; } .nav-links { display: none; } .nav-hamburger { display: flex; }