Email card: drop redundant header kebab; keep bottom '...' menu in expanded state

The expanded email card painted a kebab menu in its title row because
the per-card .memory-item-actions menu at the bottom was hidden while
expanded. Both pointed at _showCardMenu(em). Remove the duplicate:

- Drop the email-card-header-menu button (and its rightCluster
  wrapper) — title row now just holds the nav arrows.
- Remove the CSS rule that hid .memory-item-actions on
  .email-card-expanded so the bottom kebab stays visible.
- Unread-dot insert point retargets to .email-card-nav-arrows now
  that the rightCluster is gone.
This commit is contained in:
pewdiepie-archdaemon
2026-06-11 07:33:04 +09:00
parent 00643b5a4b
commit 7017127a11
2 changed files with 10 additions and 26 deletions
+4 -3
View File
@@ -27759,9 +27759,10 @@ button .spinner-whirlpool {
flex: 0 0 auto !important;
width: 100%;
}
.doclib-card.email-card-expanded .memory-item-actions {
display: none !important;
}
/* Keep the per-card '...' actions menu visible while the email card is
expanded we used to hide it and surface a duplicate menu button in
the expanded header, but that was redundant. The bottom menu now
carries the actions in both states. */
/* When expanded inline, show the subject a touch larger than the 12px card
title (close to the new-tab window header) without being oversized. */
.doclib-card.email-card-expanded .memory-item-title {