fix(topbar): notification bell badge — fix glyph clip

This commit is contained in:
Александр Зимин
2026-05-15 16:28:49 +00:00
parent 80ae31dc9b
commit 597e05db4c
@@ -166,7 +166,7 @@ function NotificationsBell() {
count: totalUnread, count: totalUnread,
defaultValue: `${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} {totalUnread > 9 ? '9+' : totalUnread}
</span> </span>