Neah version mail design fix 14
This commit is contained in:
parent
376c09bda1
commit
3e4757e574
@ -891,7 +891,7 @@ export default function MailPage() {
|
|||||||
>
|
>
|
||||||
<ChevronLeft className="h-5 w-5" />
|
<ChevronLeft className="h-5 w-5" />
|
||||||
</Button>
|
</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">
|
<h2 className="text-lg font-semibold text-gray-900 truncate">
|
||||||
{selectedEmail.subject}
|
{selectedEmail.subject}
|
||||||
</h2>
|
</h2>
|
||||||
@ -939,14 +939,6 @@ export default function MailPage() {
|
|||||||
>
|
>
|
||||||
<FolderOpen className="h-4 w-4" />
|
<FolderOpen className="h-4 w-4" />
|
||||||
</Button>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user