mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
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:
+4
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user