From 27c92caee822b862edf95942084ef805f2e844fc Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 12 Jun 2026 21:41:28 +0900 Subject: [PATCH] Email library: nudge card subject + date line 4px right --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index 42ab000ad..3e2064aca 100644 --- a/static/style.css +++ b/static/style.css @@ -34531,6 +34531,13 @@ button.cal-add-btn.cal-add-btn-text.cal-add-btn-sm:hover .cal-add-label { pointer-events: none; } #email-lib-grid { position: relative; } +/* Nudge the subject + sender/date meta line 4px right inside each + email card so they don't sit flush against the read/unread/done + markers on the left. */ +#email-lib-grid .email-card-titlerow, +#email-lib-grid .memory-item-meta { + padding-left: 4px; +} .email-loading-label { font-size: 11px; opacity: 0.6;