Mu4e: org-msg, tweak line width and spacing

This commit is contained in:
TEC 2020-10-13 14:55:02 +08:00
parent 825ea76495
commit 773d2b5664
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -293,7 +293,8 @@ Must be set before org-msg is loaded to take effect.")
(background-color . ,(doom-color 'bg))
(margin . "4px 0px 8px 0px")
(padding . "8px 12px")
(width . "95%")
(width . "max-content")
(min-width . "80ch")
(border-radius . "5px")
(font-weight . "500")
,monospace-font))
@ -334,9 +335,9 @@ Must be set before org-msg is loaded to take effect.")
,color (font-size . "18pt")))
(h1 nil ((margin-top . "20px") (margin-bottom . "0px")
,color (font-size . "24pt")))
(p nil ((text-decoration . "none") (line-height . "11pt")
(p nil ((text-decoration . "none") (line-height . "1.4")
(margin-top . "10px") (margin-bottom . "0px")
,font-size (max-width . "100ch")))
,font-size (max-width . "90ch")))
(b nil ((font-weight . "500") (color . ,theme-color)))
(div nil (,@font (line-height . "12pt")))))))