From f72aac63986e3ba30717139f852ebbf5fe26bc23 Mon Sep 17 00:00:00 2001 From: "Zimin A.N." Date: Mon, 11 May 2026 13:56:38 +0300 Subject: [PATCH] fix(admin-ui): sidebar font sizes per handoff spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Section labels (WORKFLOW / АДМИНИСТРИРОВАНИЕ): text-2xs (12px) → 10.5px Tektur per handoff caption spec. "Администрирование" не вылазит за 220px sidebar. - Nav items: text-sm (14px) → text-[13px] handoff body workhorse size. - Badge counters: text-2xs (12px) → text-[11px] (mono IDs spec). Partial — full font audit pending (Stage 3.x font sweep). См. nsi-hot.md. --- ordinis-admin-ui/src/components/layout/Sidebar.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ordinis-admin-ui/src/components/layout/Sidebar.tsx b/ordinis-admin-ui/src/components/layout/Sidebar.tsx index b20f361..016df21 100644 --- a/ordinis-admin-ui/src/components/layout/Sidebar.tsx +++ b/ordinis-admin-ui/src/components/layout/Sidebar.tsx @@ -126,7 +126,7 @@ export function Sidebar() { {visibleSections.map((section, idx) => (
{section.label && ( -
+
{section.label}
)} @@ -179,7 +179,9 @@ function SidebarLink({ to, label, icon: Icon, badge }: NavItem) {