mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
fix thread popover opacity (#1537)
This commit is contained in:
@@ -296,7 +296,6 @@ const Thread = memo(
|
||||
<div
|
||||
className={cn(
|
||||
'select-none border-b md:my-1 md:border-none',
|
||||
displayUnread ? '' : 'opacity-60',
|
||||
)}
|
||||
onClick={onClick ? onClick(latestMessage) : undefined}
|
||||
onMouseEnter={() => {
|
||||
@@ -420,7 +419,7 @@ const Thread = memo(
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
<div className="relative flex w-full items-center justify-between gap-4 px-4">
|
||||
<div className={`relative flex w-full items-center justify-between gap-4 px-4 ${displayUnread ? '' : 'opacity-60'}`}>
|
||||
<div>
|
||||
<Avatar
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user