From aa5817ed858f5dc37dd282f2329e2c5f752019c4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 21 Dec 2023 14:03:19 +0100 Subject: [PATCH] max-width on mail body --- .config/neomutt/htmlmail.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/neomutt/htmlmail.css b/.config/neomutt/htmlmail.css index 75f8b2a..f9d57f8 100644 --- a/.config/neomutt/htmlmail.css +++ b/.config/neomutt/htmlmail.css @@ -1,4 +1,7 @@ -body, .signature, #signature { font-family: Lato, Calibri, Tahoma, sans-serif; } +body, .signature, #signature { + font-family: Lato, Calibri, Tahoma, sans-serif; + max-width: 32em; +} #signature .sig_separator, .hidden { display: none; } @@ -13,9 +16,6 @@ body, .signature, #signature { font-family: Lato, Calibri, Tahoma, sans-serif; } font-size: smaller; } -.admonition.quote { -} - .admonition p.admonition-title { background-color: #eee; box-shadow: 0 0.2em 0.5em #999, 0 0 0.0625em #999; -- 2.39.2