From 597e05db4cca46cfda36fcf6982bb72e43777a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B8=D0=BC=D0=B8=D0=BD?= Date: Fri, 15 May 2026 16:28:49 +0000 Subject: [PATCH] =?UTF-8?q?fix(topbar):=20notification=20bell=20badge=20?= =?UTF-8?q?=E2=80=94=20fix=20glyph=20clip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ordinis-admin-ui/src/components/layout/TopBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ordinis-admin-ui/src/components/layout/TopBar.tsx b/ordinis-admin-ui/src/components/layout/TopBar.tsx index 7901628..413307f 100644 --- a/ordinis-admin-ui/src/components/layout/TopBar.tsx +++ b/ordinis-admin-ui/src/components/layout/TopBar.tsx @@ -166,7 +166,7 @@ function NotificationsBell() { count: totalUnread, defaultValue: `${totalUnread} непрочитанных`, })} - className="absolute -top-1 -right-1 min-w-[1rem] h-[1rem] px-1 rounded-full bg-pink text-on-accent text-[0.625rem] leading-none font-medium tabular-nums inline-flex items-center justify-center" + className="absolute -top-0.5 -right-0.5 min-w-[1.125rem] h-[1.125rem] px-1.5 rounded-full bg-pink text-on-accent text-[10px] leading-[1.125rem] font-semibold tabular-nums inline-flex items-center justify-center pointer-events-none" > {totalUnread > 9 ? '9+' : totalUnread}