From fcb0ad0eb5b5eb28ea0975e155fbbf36c7908021 Mon Sep 17 00:00:00 2001 From: "Zimin A.N." Date: Mon, 11 May 2026 23:38:00 +0300 Subject: [PATCH] =?UTF-8?q?fix(ui):=20logo=20orbits=20stroke=205=E2=86=921?= =?UTF-8?q?2=20=E2=80=94=20actually=20visible=20at=2028px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit stroke=5 в viewBox 256 при 28px render = 5*28/256 = 0.55px (subpixel, почти невидимо). stroke=12 даёт ~1.31px real — чёткая линия. Заодно переключил с --color-line-2 на --color-line чтобы немного контрастнее на bg-surface. --- ordinis-admin-ui/src/components/layout/Sidebar.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ordinis-admin-ui/src/components/layout/Sidebar.tsx b/ordinis-admin-ui/src/components/layout/Sidebar.tsx index 69527ec..679807d 100644 --- a/ordinis-admin-ui/src/components/layout/Sidebar.tsx +++ b/ordinis-admin-ui/src/components/layout/Sidebar.tsx @@ -190,9 +190,10 @@ function SidebarContent({ className="shrink-0 text-accent" > - {/* Outer orbits — line tone, bolder stroke для видимости при 28px */} - - + {/* Outer orbits — line tone. Math: viewBox 256 при render 28px = + * 0.11px/unit. stroke=12 даёт ~1.3px real — чёткая видимая линия. */} + + {/* Outer orbit dots (3) — large accent dots */}