From a1268ba2c49c3882e203214fc9a1884c34a1dd08 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Wed, 10 Jun 2026 22:45:19 +0900 Subject: [PATCH] =?UTF-8?q?Email=20list:=20collapse=20to=20a=20single=20ro?= =?UTF-8?q?w=20=E2=80=94=20[sender]=20[subject]=20[date]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject was on its own line below sender/date. Move it inline so each email occupies one row: sender capped at 35% width (ellipsis), subject takes the remaining space (ellipsis), date pins to the right. Tighter list density at the cost of dropping the spare line for snippet text (none was being rendered anyway). --- static/js/emailInbox.js | 2 +- static/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/js/emailInbox.js b/static/js/emailInbox.js index 8ca1a6a3c..a8e2e433a 100644 --- a/static/js/emailInbox.js +++ b/static/js/emailInbox.js @@ -521,9 +521,9 @@ function _createEmailItem(em) {
-