{/* Back button (for below-subject mode on tablet) */}
- {toolbarPosition === 'below-subject' && ((isTablet && !tabletListVisible) || (isFocusedMailLayout && !isMobile)) && onBack && (
+ {toolbarPosition === 'below-subject' && (isMobile || (isTablet && !tabletListVisible) || (isFocusedMailLayout && !isMobile)) && onBack && (
- {/* Date/time on the right of subject row */}
-
+ {/* Date/time on the right of subject row - hidden on mobile, shown next to sender */}
+
{formatDateTime(email.receivedAt, timeFormat, { weekday: 'short', year: 'numeric', month: 'short', day: 'numeric' })}
@@ -4484,6 +4484,17 @@ export function EmailViewer({
)}
+ {/* Date/time + size on the right (mobile) */}
+