From 9aee03308b838cda11b2fdc9dc7bd0605e5545ec Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 4 Mar 2023 18:11:23 +0100 Subject: better handling of mime_maintype in readmail --- public/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/style.css b/public/style.css index 81841e2..16bc419 100644 --- a/public/style.css +++ b/public/style.css @@ -1,6 +1,7 @@ :root { --jwm-color-back: #eee; --jwm-color-front: #ddd; + --jwm-color-alt: #dede95; } body { @@ -47,6 +48,7 @@ footer { background-color: var(--jwm-color-back); border-radius: 5px; padding: 0 1rem; + margin: 10px 0; } .jwm-mail-header { @@ -56,7 +58,8 @@ footer { .jwm-mail-body { width: 80%; - margin: 0rem auto; + margin: 1rem auto; + padding: 10px; } .jwm-mail-body > iframe.html-mail { @@ -64,6 +67,10 @@ footer { height: 400px; } +.jwm-mail-body-text-plain { + background-color: var(--jwm-color-alt); +} + /* make sure this lines up with pure-md class */ @media screen and (max-width: 48em) { .hide-small { @@ -79,6 +86,7 @@ footer { #mail-headers { width: 100%; + margin: 15px 0; } #empty-folder { -- cgit v1.2.3