Neah version mail design fix 14

This commit is contained in:
alma 2025-04-16 19:57:19 +02:00
parent 376c09bda1
commit 3e4757e574

View File

@ -891,7 +891,7 @@ export default function MailPage() {
>
<ChevronLeft className="h-5 w-5" />
</Button>
<div className="min-w-0 flex-1">
<div className="min-w-0 max-w-[500px]">
<h2 className="text-lg font-semibold text-gray-900 truncate">
{selectedEmail.subject}
</h2>
@ -939,14 +939,6 @@ export default function MailPage() {
>
<FolderOpen className="h-4 w-4" />
</Button>
<Button
variant="ghost"
size="icon"
className="text-gray-400 hover:text-gray-900 h-9 w-9"
onClick={() => {/* Mark as spam logic */}}
>
<MessageSquare className="h-4 w-4" />
</Button>
</div>
</div>
</div>