mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: org-msg, tweak line width and spacing
This commit is contained in:
@ -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")))))))
|
||||
|
||||
|
Reference in New Issue
Block a user