From fcf5549584b69e62b6c2f0eb919f6799c7904211 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Fri, 10 Mar 2023 13:54:57 +0100 Subject: Proper recursive rendering of mails to html 1. Added raw mode to model 2. Added raw route 3. Moved readmail view parts to RenderMail plugin 4. Renamed displayheaders partial templates --- public/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public') diff --git a/public/style.css b/public/style.css index 16bc419..a62ef9c 100644 --- a/public/style.css +++ b/public/style.css @@ -62,10 +62,10 @@ footer { padding: 10px; } - .jwm-mail-body > iframe.html-mail { - width: 100%; - height: 400px; - } +iframe.jwm-mail-body-text-html { + width: 100%; + height: 400px; +} .jwm-mail-body-text-plain { background-color: var(--jwm-color-alt); -- cgit v1.2.3