fix: align tag counts with mailbox folder counts in sidebar

This commit is contained in:
Linus Rath
2026-03-30 17:31:26 +02:00
parent 63b464641b
commit 4c804d5d2b
+1 -1
View File
@@ -308,7 +308,7 @@ function TagItem({
<span className={cn("w-3 h-3 rounded-full flex-shrink-0", palette?.dot || "bg-gray-400", !isCollapsed && "mr-2")} />
{!isCollapsed && (
<>
<span className="truncate">{kw.label}</span>
<span className="flex-1 truncate">{kw.label}</span>
<span className="flex items-center gap-1.5 ml-2 flex-shrink-0">
{unreadCount > 0 && (
<span className={cn(