mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
Email: revert single-row email-item; account chips single-row at all widths
- Revert the email row layout — sender/date stay above subject again, matching the original two-line item that the user actually wanted. - The account filter chips (#email-lib-accounts) wrapped onto multiple rows on desktop. Promote the mobile-only horizontal-scroll rule to apply at every breakpoint so the chips always sit on one row with overflow scroll, regardless of screen size.
This commit is contained in:
@@ -521,9 +521,9 @@ function _createEmailItem(em) {
|
||||
<div class="email-item-content">
|
||||
<div class="email-item-top">
|
||||
<span class="email-sender email-sender-clickable" style="color:${color}" data-from-addr="${_esc(senderAddr)}" data-from-name="${_esc(senderName)}" title="Show all emails from ${_esc(senderName)}">${_esc(senderName)}</span>
|
||||
<span class="email-subject">${_esc(em.subject)}${unreadIcon}${attachIcon}${tagPills}${spamTag}</span>
|
||||
<span class="email-date">${_esc(dateStr)}</span>
|
||||
</div>
|
||||
<div class="email-subject">${_esc(em.subject)}${unreadIcon}${attachIcon}${tagPills}${spamTag}</div>
|
||||
</div>
|
||||
<div class="email-menu-wrap">
|
||||
<button class="hamburger email-menu-btn" title="Actions">
|
||||
|
||||
Reference in New Issue
Block a user