From d404363093cea74049b960f66f4c91441d3cdd9c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 25 May 2026 13:47:22 +0300 Subject: [PATCH] Fix left nav badge overlap (#10604) --- src/view/shell/desktop/LeftNav.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 0c7f63b829..5a3321f060 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -456,6 +456,7 @@ function NavItem({count, hasNew, href, icons, label, minimal}: NavItemProps) { width: 24, height: 24, }, + a.z_10, ]}> {typeof count === 'string' && count ? (