From 0cb7f2049e21658785f8635483fb3588e757648c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 24 May 2026 13:22:00 +0300 Subject: [PATCH] Fix left nav badge overlap --- 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 ? (