From 1eca28e5889ebb9c113fe52cb644cf076a447bb0 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Wed, 10 Jun 2026 22:55:10 +0900 Subject: [PATCH] Email: revert single-row email-item; account chips single-row at all widths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- static/js/emailInbox.js | 2 +- static/style.css | 37 +++++++++++++++++-------------------- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/static/js/emailInbox.js b/static/js/emailInbox.js index a8e2e433a..8ca1a6a3c 100644 --- a/static/js/emailInbox.js +++ b/static/js/emailInbox.js @@ -521,9 +521,9 @@ function _createEmailItem(em) {
+