summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-03-10 13:54:57 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2023-03-10 13:54:57 +0100
commitfcf5549584b69e62b6c2f0eb919f6799c7904211 (patch)
treee5f0e480af0f39f1c0f457ea0aca8d33f8fb4d0b /public/style.css
parentdf59f9dec32d7f8f08706fd3eb5b784deaa0abfc (diff)
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
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css8
1 files changed, 4 insertions, 4 deletions
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);