fix: hide preview line in compact density to match settings preview (#223)

This commit is contained in:
Linus Rath
2026-04-26 02:12:28 +02:00
parent d657aec391
commit 9f8588eadc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ export function EmailListItem({ email, selected, onClick, onContextMenu, onToggl
</div>
{/* Third Line: Preview (controlled by showPreview setting) */}
{showPreview && density !== 'extra-compact' && (
{showPreview && density !== 'extra-compact' && density !== 'compact' && (
<p className={cn(
"text-sm leading-relaxed line-clamp-2",
isUnread