Merge branch 'fix/notification-bell-badge-clip' into 'main'

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

See merge request 2-6/2-6-4/terravault/ordinis!217
This commit is contained in:
Александр Зимин
2026-05-15 16:28:49 +00:00
@@ -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}
</span>